aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAlex Mingoia <talk@alexmingoia.com>2016-05-21 17:01:32 -0700
committerAlex Mingoia <talk@alexmingoia.com>2016-05-21 17:01:32 -0700
commitc0f935ab2372125cf00cdd722f83afa31e07eb9a (patch)
tree31278dce79121fe27772cbf925edf6adc6c9fc9e /package.json
parentd34bc169e84d52b28279786ff400daced5fd8b8a (diff)
downloadpurs-loader-c0f935ab2372125cf00cdd722f83afa31e07eb9a.tar.gz
purs-loader-c0f935ab2372125cf00cdd722f83afa31e07eb9a.tar.zst
purs-loader-c0f935ab2372125cf00cdd722f83afa31e07eb9a.zip
Add prepublish transpilation script.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4cbdd72..d3d807f 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
8 ], 8 ],
9 "scripts": { 9 "scripts": {
10 "build": "babel src/index.js -o index.js", 10 "build": "babel src/index.js -o index.js",
11 "prepublish": "npm run build",
11 "test": "echo \"Error: no test specified\" && exit 1" 12 "test": "echo \"Error: no test specified\" && exit 1"
12 }, 13 },
13 "repository": { 14 "repository": {