We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f27a3b + 7f86d64 commit ff213f1Copy full SHA for ff213f1
1 file changed
package.json
@@ -9,12 +9,13 @@
9
},
10
"dependencies": {},
11
"devDependencies": {
12
- "babel-plugin-syntax-async-functions": "^6.5.0",
13
- "gulp": "^3.9.1",
14
- "gulp-concat": "^2.6.0",
15
- "gulp-header": "^1.7.1",
16
- "gulp-uglify": "^1.5.2",
17
- "gulp-util": "^3.0.7"
+ "babel-plugin-syntax-async-functions": "^6.5.0",
+ "gulp": "^3.9.1",
+ "gulp-concat": "^2.6.0",
+ "gulp-header": "^1.7.1",
+ "gulp-rename": "^1.2.2",
+ "gulp-uglify": "^1.5.2",
18
+ "gulp-util": "^3.0.7"
19
20
"scripts": {
21
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments