Adjust scripts and repo info in package.json
This commit is contained in:
parent
4196c8c059
commit
52d375baf6
10
package.json
10
package.json
|
@ -1,10 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "notify",
|
"name": "Notica",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "Send browser notifications from your terminal. No installation. No registration.",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/tannercollin/Notica"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node serverdev.js",
|
"dev": "node serverdev.js",
|
||||||
"build": "webpack --config ./webpack.production.config.js --progress --profile --colors",
|
"build": "webpack --config ./webpack.production.config.js --profile --display-error-details --no-color",
|
||||||
"start": "npm run build && node server.js",
|
"start": "npm run build && node server.js",
|
||||||
"lint": "eslint src"
|
"lint": "eslint src"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user