Comparing version 2.0.20 to 2.0.21
@@ -12,2 +12,5 @@ { | ||
], | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -57,7 +60,7 @@ "babel-cli": "latest", | ||
"build:tests": "npm run build:examples", | ||
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register --require babel-polyfill", | ||
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"version": "2.0.20", | ||
"version": "2.0.21", | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
647562
9605