aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2019-11-05 17:17:33 +0100
committerGitHub <noreply@github.com>2019-11-05 17:17:33 +0100
commit9b43088415efee1f921feb9c858bcd924f1b6208 (patch)
tree68e2e8447e21afdd0d47baaeaeb57b4ecec72d68 /package.json
parent1f7e99de2d67feca9569cc3a04213cea94e0137d (diff)
parent95566ce344bb01ed7541420154e36384cf571104 (diff)
downloadwcms-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.json7
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"
},