async-define
Advanced tools
Comparing version 3.2.3 to 3.2.4
{ | ||
"name": "async-define", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Coordinate the execution of asynchronous scripts", | ||
@@ -9,3 +9,2 @@ "main": "lib/asyncDefine.js", | ||
"test": "npm run build && mocha", | ||
"serve": "http-server -p 9090 demo", | ||
"build": "bin/async-define-bundle.js -f=templates/umd.js > lib/asyncDefine.js", | ||
@@ -27,4 +26,4 @@ "build:jquery": "browserify demo/jquery.js -o demo/dist/jquery.js", | ||
"chai": "^1.10.0", | ||
"http-server": "^0.11.1", | ||
"jquery": "^3.3.1", | ||
"handlebars": "^4.1.2", | ||
"jquery": "^3.4.0", | ||
"mocha": "^5.2.0", | ||
@@ -36,3 +35,2 @@ "react": "^0.14.3", | ||
"dependencies": { | ||
"handlebars": "^4.1.0", | ||
"magic-string": "^0.22.4", | ||
@@ -39,0 +37,0 @@ "minimist": "^1.2.0" |
2
20774
- Removedhandlebars@^4.1.0
- Removedhandlebars@4.7.8(transitive)
- Removedneo-async@2.6.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedwordwrap@1.0.0(transitive)