Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Also updated "scripts" to align with docs representation.
  • Loading branch information
Ralkage committed Dec 27, 2018
1 parent 7d54082 commit 491a721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@reflar/nightmode",
"version": "0.0.0",
"private": true,
"name": "@flagrow/subscribed",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.10",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.7"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
}
}

0 comments on commit 491a721

Please sign in to comment.