Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "storbi", | ||
"description": "An opinionated CLI application framework", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"typings": "dist/typings/index.d.ts", | ||
@@ -19,4 +21,5 @@ "license": "MIT", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"prebuild": "npx rimraf dist", | ||
"build": "tsc src/index.ts && rollup -c && tsc -p tsconfig.types.json", | ||
"postbuild": "npx rimraf src/**/*.js", | ||
"test": "jest", | ||
@@ -44,2 +47,3 @@ "prepublish": "yarn build" | ||
"prettier": "^1.11.1", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.57.0", | ||
@@ -46,0 +50,0 @@ "rollup-plugin-cleanup": "^2.0.0", |
Sorry, the diff of this file is not supported yet
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
449
0
209646
25
15