Fix grunt-browserify dependency

This commit is contained in:
Thomas Oberndörfer 2013-11-18 10:07:18 +01:00
parent c051eacf36
commit 097e602fd0
4 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
resources/openpgpjs.pem resources/openpgpjs.pem
build/ build/
.DS_Store .DS_Store
node_modules/
npm*

View File

@ -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