Comparing version 5.0.1 to 5.0.2-beta1
@@ -12,3 +12,3 @@ { | ||
"homepage": "https://github.com/tanepiper/node-bitly", | ||
"version": "5.0.1", | ||
"version": "5.0.2-beta1", | ||
"author": { | ||
@@ -54,3 +54,3 @@ "name": "Tane Piper", | ||
"scripts": { | ||
"prepublishOnly": "npm test", | ||
"prepublishOnly": "npm test && npm run build", | ||
"test": "VCR_MODE=cache mocha --reporter list src/*.spec.js", | ||
@@ -60,6 +60,6 @@ "build": "webpack --config=webpack.config.js" | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.0.0-beta.4", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
@@ -71,2 +71,4 @@ "babel-preset-es2017": "^6.24.1", | ||
"sepia": "^2.0.2", | ||
"ts-loader": "^3.1.1", | ||
"typescript": "^2.6.1", | ||
"webpack": "^3.8.1", | ||
@@ -76,2 +78,3 @@ "webpack-node-externals": "^1.6.0" | ||
"dependencies": { | ||
"babel-polyfill": "^6.26.0", | ||
"request": "^2.83.0", | ||
@@ -78,0 +81,0 @@ "request-promise": "^4.2.2", |
@@ -10,2 +10,3 @@ const Path = require('path'); | ||
target: 'node', | ||
devtool: 'sourcemap', | ||
output: { | ||
@@ -19,2 +20,3 @@ path: Path.join(__dirname, 'dist'), | ||
resolve: { | ||
extensions: ['.ts', '.js'], | ||
modules: [Path.resolve(__dirname, '/src'), Path.resolve(__dirname, 'node_modules/')], | ||
@@ -28,6 +30,3 @@ descriptionFiles: ['package.json'] | ||
exclude: [/node_modules/, '*.spec.js'], | ||
loader: 'babel-loader', // or just "babel" | ||
query: { | ||
presets: ['es2015'] | ||
} | ||
loader: 'ts-loader', // or just "babel" | ||
} | ||
@@ -34,0 +33,0 @@ ] |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
57032
13
777
0
4
14
1
+ Addedbabel-polyfill@^6.26.0
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)