calculator-lib
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "calculator-lib", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Calculate infix / postfix expressions", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha --require babel-core/register \"test/**/*.spec.js\"", | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require babel-core/register \"test/**/*.spec.js\"", | ||
"build": "NODE_ENV=production ./node_modules/.bin/babel src --out-dir dist", | ||
"prepublish": "npm run build" | ||
}, | ||
"typings": "src/index.d.ts", | ||
"repository": { | ||
@@ -67,4 +68,5 @@ "type": "git", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"chai": "^4.1.2" | ||
"chai": "^4.1.2", | ||
"mocha": "^4.0.1" | ||
} | ||
} |
13210
10
7