|
|
@@ -1,11 +1,8 @@
|
|
|
{
|
|
|
"name": "create-stdf",
|
|
|
- "version": "0.0.9",
|
|
|
+ "version": "0.0.10",
|
|
|
"description": "A CLI for creating new STDF projects",
|
|
|
- "main": "dist/index.js",
|
|
|
- "bin": {
|
|
|
- "create-stdf": "./dist/index.js"
|
|
|
- },
|
|
|
+ "bin": "./dist/index.js",
|
|
|
"scripts": {
|
|
|
"build": "rollup -c",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|