Skip to content

Commit

Permalink
fix npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash47 committed Aug 30, 2018
1 parent 414a27c commit 96919bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
/.npmignore
/.project
/.settings/

Expand Down
19 changes: 19 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
node_modules
/.project
/.settings/


/docs/_build/

# Logs
*.log

# Coverage
/.nyc_output
/coverage

# IDE specific
/.vscode

/.DS_Store
src/.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontology-dapi",
"version": "0.2.0",
"version": "0.3.1",
"description": "",
"main": "./lib/index.js",
"types": "./lib/types/index.d.ts",
Expand Down

0 comments on commit 96919bc

Please sign in to comment.