Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "speculate", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Automatically generates an RPM Spec file for your Node.js project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -126,16 +126,2 @@ # speculate | ||
# build RPM | ||
``` | ||
If you're using speculate [as a local module](#local-module) the prune step will uninstall speculate itself. To get around this, be sure to reinstall speculate after you run `npm prune`. A good way to do this is with an npm script: | ||
```json | ||
{ | ||
"scripts": { | ||
"prespec": "npm prune --production && npm install speculate", | ||
"spec": "speculate" | ||
} | ||
} | ||
``` | ||
### `npm start` script | ||
@@ -142,0 +128,0 @@ |
36507
208