Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachacious committed Jan 28, 2020
1 parent bdb8515 commit 1edea03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "musictheoryjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Music theory lib for JavaScript",
"main": "src/index.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"deploy": "np --no-publish",
"build": "webpack -p --progress --config ./webpack.config.js --mode production",
Expand Down

0 comments on commit 1edea03

Please sign in to comment.