react-delayload
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -16,9 +16,11 @@ { | ||
"author": "Nickel Jianhui Zhu <nickeljew@hotmail.com>", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
"private": false, | ||
"main": "src/delayload.js", | ||
"main": "lib/delayload.js", | ||
"scripts": { | ||
"build": "grunt wp" | ||
, "run": "node ./example/server.js" | ||
"prebuild": "rm -rf lib && rm example/res/scripts/main*.js", | ||
"build": "grunt babel && grunt webpack", | ||
"prepublish": "npm run build", | ||
"start": "node ./example/server.js" | ||
}, | ||
@@ -25,0 +27,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1383992