Browse Source

Fix JS build by fixating transitive browserify dep

master
Tankred Hase 8 years ago
parent
commit
aa24881efc
  1. 5
      package.json

5
package.json

@ -44,7 +44,8 @@ @@ -44,7 +44,8 @@
"grunt": "~0.4.1",
"grunt-angular-templates": "~0.5.7",
"grunt-autoprefixer": "~0.7.2",
"grunt-browserify": "~3.7.0",
"grunt-browserify": "3.7.0",
"insert-module-globals": "6.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "^0.5.0",
@ -79,4 +80,4 @@ @@ -79,4 +80,4 @@
"time-grunt": "^1.0.0",
"wo-smtpclient": "~0.6.0"
}
}
}

Loading…
Cancel
Save