Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanzel committed May 3, 2018
1 parent a500b32 commit ebae0cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "evaluatex",
"version": "2.0.4",
"version": "2.1.0",
"description": "An ASCII and LaTeX math parser and evaluator",
"main": "index.js",
"repository": "https://github.com/arthanzel/evaluatex.git",
"author": "Martin Hanzel <arthanzel@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "babel -d dist src",
"build": "babel -d dist src && webpack dist/minifier.js -o dist/evaluatex.min.js",
"test": "mocha --require babel-register"
},
"files": [
Expand All @@ -21,7 +21,9 @@
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"mocha": "^5.1.1"
"mocha": "^5.1.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2"
},
"dependencies": {},
"babel": {
Expand Down

0 comments on commit ebae0cf

Please sign in to comment.