aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/package.json
diff options
context:
space:
mode:
authoreric <thul.eric@gmail.com>2016-03-13 10:07:58 -0400
committereric <thul.eric@gmail.com>2016-03-13 10:07:58 -0400
commit7a70d4eb331b60186e3800d15efd9115462c6a80 (patch)
tree9af0a5120593adeb47229d6a564fee86ab9f0856 /example/package.json
parentcfd5d2afba83a0082a3be638a05d1768ee73335e (diff)
parent1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a (diff)
downloadpurs-loader-7a70d4eb331b60186e3800d15efd9115462c6a80.tar.gz
purs-loader-7a70d4eb331b60186e3800d15efd9115462c6a80.tar.zst
purs-loader-7a70d4eb331b60186e3800d15efd9115462c6a80.zip
Merge pull request #44 from ethul/topic/output-only-once
Topic/output only once
Diffstat (limited to 'example/package.json')
-rw-r--r--example/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/example/package.json b/example/package.json
deleted file mode 100644
index e256de8..0000000
--- a/example/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
1{
2 "name": "example",
3 "version": "0.0.0",
4 "private": true,
5 "scripts": {
6 "build": "webpack --progress --colors --bail",
7 "build:watch": "webpack --progress --colors --watch",
8 "run": "node bundle.js",
9 "clean": "rm -rf bower_components && rm -rf bundle.js && rm -rf node_modules && rm -rf output"
10 },
11 "license": "MIT",
12 "devDependencies": {
13 "node-libs-browser": "^0.5.2",
14 "purescript-webpack-plugin": "^0.1.1",
15 "purs-loader": "file:../",
16 "webpack": "^1.12.9"
17 }
18}