yarn-no-save
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,3 +10,3 @@ { | ||
"name": "yarn-no-save", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "add --no-save option to yarn cli", | ||
@@ -19,3 +19,4 @@ "main": "./src/index.js", | ||
"scripts": { | ||
"test": "./src/index.js" | ||
"test": "./src/index.js", | ||
"postprepare": "yns" | ||
}, | ||
@@ -22,0 +23,0 @@ "repository": "git@github.com:shuangwhywhy/yarn-no-save.git", |
3507