mirror of
https://github.com/django/daphne.git
synced 2025-08-04 02:20:08 +03:00
Upgrade package.json to NPM v5 (#688)
This commit is contained in:
parent
a3f4e002ee
commit
a699eec7ee
|
@ -12,9 +12,12 @@
|
|||
"docs": "rm -rf docs && esdoc -c esdoc.json",
|
||||
"test": "jest",
|
||||
"browserify": "browserify src/index.js -p browserify-banner -s channels -o ../channels/static/channels/js/websocketbridge.js",
|
||||
"prepublish": "npm run transpile",
|
||||
"prepare": "npm run transpile",
|
||||
"compile": "npm run transpile && npm run browserify"
|
||||
},
|
||||
"engines": {
|
||||
"npm": "^5.0.0"
|
||||
},
|
||||
"files": [
|
||||
"lib/index.js"
|
||||
],
|
||||
|
@ -35,7 +38,6 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^6.5.2",
|
||||
"babel-cli": "^6.24.0",
|
||||
"babel-core": "^6.16.0",
|
||||
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user