Fix grunt-browserify dependency
This commit is contained in:
parent
c051eacf36
commit
097e602fd0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
resources/openpgpjs.pem
|
resources/openpgpjs.pem
|
||||||
build/
|
build/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
node_modules/
|
||||||
|
npm*
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
"test": ""
|
"test": ""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "~2.33",
|
"browserify": "~2.35",
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-browserify": "~1.2.8",
|
"grunt-browserify": "~1.2.11",
|
||||||
"grunt-contrib-uglify": "*",
|
"grunt-contrib-uglify": "*",
|
||||||
"grunt-text-replace": "*",
|
"grunt-text-replace": "*",
|
||||||
"grunt-jsbeautifier": "*",
|
"grunt-jsbeautifier": "*",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user