|
|
@@ -1,12 +1,13 @@
|
|
|
{
|
|
|
"name": "jison-calculator",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "1.0.2",
|
|
|
"description": "",
|
|
|
"main": "app.js",
|
|
|
"scripts": {
|
|
|
"start": "cd src && node app.js",
|
|
|
"make": "cd src && jison jison/calculator.jison",
|
|
|
- "build": "bash scripts/build.sh"
|
|
|
+ "test": "npm run make && npm start",
|
|
|
+ "build": "bash src/scripts/build.sh"
|
|
|
},
|
|
|
"author": "",
|
|
|
"license": "ISC",
|