1
0
mirror of https://github.com/taniarascia/new-moon.git synced 2025-04-19 11:22:15 +03:00

chrome-devtools/package.json: add a couple npm scripts

This commit is contained in:
XhmikosR 2020-06-10 14:59:52 +03:00
parent 3f4b85ea87
commit bad6092ee7

View File

@ -2,7 +2,7 @@
"name": "new-moon-chrome-devtools",
"version": "1.1.1",
"description": "New Moon for Chrome DevTools",
"homepage": "https://taniarascia.github.io/new-moon",
"homepage": "https://taniarascia.github.io/new-moon/",
"main": "Gruntfile.js",
"repository": {
"type": "git",
@ -12,7 +12,8 @@
"url": "https://github.com/taniarascia/new-moon-chrome-devtools/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "grunt package",
"test": "grunt"
},
"devDependencies": {
"grunt": "^1.1.0",