Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pistis committed May 10, 2019
1 parent 8aac23c commit f10ef96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "iroun",
"version": "0.3.0",
"version": "0.3.1",
"description": "A JavaScript-based name analyzer for all javascript developers in the world.",
"main": "src/index.js",
"bin": {
"iroun": "./bin/index.js",
"iroun-test": "./examples-local/pathtest.js"
"iroun": "./bin/index.js"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit f10ef96

Please sign in to comment.