Skip to content

Commit

Permalink
fix packagepath
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Mar 1, 2018
1 parent e6c5d17 commit 2353c23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ coverage
benchmark
dist
.codeclimate.yml
.travis.yml
.travis.yml
tests
static
coverage
index.html
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nimnjs",
"version": "1.2.0",
"version": "1.2.1",
"description": "Schema aware compression of JSON data",
"main": "nimn.js",
"main": "src/nimn.js",
"scripts": {
"test": "jasmine tests/*test.js",
"bundle": "browserify src/nimn.js -s nimn -o dist/nimn.js",
Expand Down

0 comments on commit 2353c23

Please sign in to comment.