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
|
||||
build/
|
||||
.DS_Store
|
||||
node_modules/
|
||||
npm*
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
"test": ""
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "~2.33",
|
||||
"browserify": "~2.35",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-browserify": "~1.2.8",
|
||||
"grunt-browserify": "~1.2.11",
|
||||
"grunt-contrib-uglify": "*",
|
||||
"grunt-text-replace": "*",
|
||||
"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