Skip to content

Commit

Permalink
fix: npmjs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ihde committed Aug 1, 2018
1 parent 9816ecd commit a2cb5a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/.npmignore
@@ -0,0 +1,2 @@
*.js.report.txt
*.zip
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "sigplot",
"description": "Advanced plotting for signal processing applications",
"version": "2.0.0-rc2",
"version": "2.0.0-rc6",
"homepage": "http://sigplot.lgsinnovations.com",
"main": "js/sigplot.js",
"files": [
Expand All @@ -27,6 +27,7 @@
"bugs": {
"url": "https://github.com/LGSInnovations/sigplot/issues"
},
"license": "apache-2.0",
"licenses": [
{
"type": "apache-2.0",
Expand All @@ -35,7 +36,7 @@
],
"scripts": {
"test": "grunt test",
"publish": "grunt dist && npm publish"
"prepublish": "grunt dist"
},
"dependencies": {
"loglevel": "^1.4.1",
Expand Down

0 comments on commit a2cb5a0

Please sign in to comment.