diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2019-11-05 17:17:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 17:17:33 +0100 |
commit | 9b43088415efee1f921feb9c858bcd924f1b6208 (patch) | |
tree | 68e2e8447e21afdd0d47baaeaeb57b4ecec72d68 /package.json | |
parent | 1f7e99de2d67feca9569cc3a04213cea94e0137d (diff) | |
parent | 95566ce344bb01ed7541420154e36384cf571104 (diff) | |
download | wcms-9b43088415efee1f921feb9c858bcd924f1b6208.tar.gz wcms-9b43088415efee1f921feb9c858bcd924f1b6208.zip |
Merge pull request #26 from n-peugnet/build-optimizations
perf: make optimizations
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" }, |