blank-web-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "blank-web-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "SDK for web applications created with Blank back-end", | ||
"main": "index.js", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"patch": "npm version patch && npm run push", | ||
"push": "git push origin master --follow-tags && npm publish", | ||
"build": "./node_modules/.bin/webpack && ./node_modules/.bin/babel src --out-dir lib" | ||
}, | ||
@@ -24,3 +27,10 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/getblank/blank-web-sdk#readme" | ||
"homepage": "https://github.com/getblank/blank-web-sdk#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.14.0", | ||
"babel-core": "^6.14.0", | ||
"babel-loader": "^6.2.5", | ||
"babel-preset-es2015": "^6.14.0", | ||
"webpack": "^2.1.0-beta.22" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
49754
12
1225
5