Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Mira committed Jul 23, 2017
1 parent 0071341 commit 678dd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nekomy",
"version": "0.1.9",
"version": "0.1.10",
"description": "An open source LMS (eLearning platform) for MOOCs and online courses",
"scripts": {
"dev": "webpack-dev-server --config ./webpack/webpack-dev.config.js --watch --colors",
"build": "npm version patch && rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors",
"build": "rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors",
"lint": "eslint src test webpack"
},
"keywords": [
Expand Down

0 comments on commit 678dd23

Please sign in to comment.