mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-16 02:03:47 -04:00
Remove Modernizr dependency
And inline its only use site.
This commit is contained in:
parent
25dac378ee
commit
f3254e3402
6 changed files with 7 additions and 27 deletions
|
@ -11,7 +11,6 @@
|
|||
"lint": "cake lint",
|
||||
"build": "cake build",
|
||||
"clean": "cake clean",
|
||||
"modern": "modernizr -c modernizr-config.json -d static/",
|
||||
"prepublish": "npm run build",
|
||||
"start": "node build/snowflake.js"
|
||||
},
|
||||
|
@ -22,8 +21,7 @@
|
|||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"coffeelint": "^1.16.0",
|
||||
"jasmine": "2.5.2",
|
||||
"modernizr": "^3.3.1"
|
||||
"jasmine": "2.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"coffee-script": "^1.12.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue