Skip to content

Commit

Permalink
Clean up for v3.0.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
JRegimbal committed May 1, 2019
1 parent 368ea0c commit 9f016c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon2",
"version": "1.0.0",
"version": "3.0.0-b3",
"description": "A web-based editor for correcting MEI-Neume files",
"main": "server.js",
"license": "MIT",
Expand Down Expand Up @@ -49,9 +49,7 @@
"express": "^4.16.3",
"multer": "^1.3.0",
"nodemon": "^1.17.5",
"pouchdb": "^7.0.0",
"pug": "^2.0.3",
"verovio-dev": "file:src/verovio-dev"
"pug": "^2.0.3"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
Expand All @@ -64,10 +62,12 @@
"jest": "^23.1.0",
"jquery": "^3.3.1",
"jsdoc": "^3.5.5",
"pouchdb": "^7.0.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"semistandard": "^13.0.1",
"style-loader": "^0.21.0",
"uuid": "^3.3.2",
"verovio-dev": "file:src/verovio-dev",
"webpack": "^4.12.0",
"webpack-command": "^0.2.1"
}
Expand Down
3 changes: 3 additions & 0 deletions webpack.pages-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ module.exports = {
]
}
]
},
optimization: {
minimize: false
}
};

0 comments on commit 9f016c5

Please sign in to comment.