Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Jun 23, 2019
1 parent 2e2c095 commit 99522b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luvies/evaluator",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple, secure expression evaluator",
"main": "dist/index.js",
"repository": "https://github.com/luvies/node-evaluator",
Expand All @@ -9,6 +9,12 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"package.json",
"README.md",
"yarn.lock"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
Expand Down

0 comments on commit 99522b4

Please sign in to comment.