diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-13 10:06:11 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-13 10:06:11 -0400 |
commit | 1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a (patch) | |
tree | 9af0a5120593adeb47229d6a564fee86ab9f0856 /example/package.json | |
parent | 0f0403a8359f316ece009442f2b3803e897cc9f1 (diff) | |
download | purs-loader-1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a.tar.gz purs-loader-1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a.tar.zst purs-loader-1a7a07b7a4fa93a55a600ca9d466020f3e11ab5a.zip |
Extracting out the example
Diffstat (limited to 'example/package.json')
-rw-r--r-- | example/package.json | 18 |
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 | } | ||