diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 7630362..ad88d1d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,7 @@ { "name": "wcms", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "watch": "webpack --env dev --watch", - "build": "webpack --env prod" - }, + "repository": "github:vincent-peugnet/wcms", + "license": "MIT", "dependencies": { "codemirror": "^5.49.0" }, |