Comparing version 5.0.2 to 5.0.3
@@ -12,3 +12,3 @@ { | ||
"homepage": "https://github.com/tanepiper/node-bitly", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"author": { | ||
@@ -55,3 +55,3 @@ "name": "Tane Piper", | ||
"prepublishOnly": "npm test && npm run build", | ||
"test": "VCR_MODE=cache mocha --reporter list src/*.spec.js", | ||
"test": "VCR_MODE=cache mocha-webpack --reporter list src/*.spec.js", | ||
"build": "webpack --config=webpack.config.js" | ||
@@ -62,9 +62,8 @@ }, | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-es2017": "^6.24.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.10.0", | ||
"mocha": "^4.0.1", | ||
"mocha-webpack": "^1.0.1", | ||
"sepia": "^2.0.2", | ||
@@ -71,0 +70,0 @@ "ts-loader": "^3.1.1", |
Sorry, the diff of this file is not supported yet
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
57363
13