aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/package.json
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-12-29 08:24:06 -0500
committereric thul <thul.eric@gmail.com>2015-12-29 08:24:06 -0500
commitc01553307e6fcd0abada0b9b2f9ca8d6bb82b863 (patch)
treef8ad39dc0d21ae4add8f2a3877edf24294d2910f /example/package.json
parentc9ffb38360a93d51f047a184ae13462cb90edb71 (diff)
downloadpurs-loader-c01553307e6fcd0abada0b9b2f9ca8d6bb82b863.tar.gz
purs-loader-c01553307e6fcd0abada0b9b2f9ca8d6bb82b863.tar.zst
purs-loader-c01553307e6fcd0abada0b9b2f9ca8d6bb82b863.zip
Updating example for .purs extension
Showing usage of specifying .purs and not specifying an extension for require statements.
Diffstat (limited to 'example/package.json')
-rw-r--r--example/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/package.json b/example/package.json
index 5f7ee63..e256de8 100644
--- a/example/package.json
+++ b/example/package.json
@@ -11,7 +11,7 @@
11 "license": "MIT", 11 "license": "MIT",
12 "devDependencies": { 12 "devDependencies": {
13 "node-libs-browser": "^0.5.2", 13 "node-libs-browser": "^0.5.2",
14 "purescript-webpack-plugin": "^0.1.0", 14 "purescript-webpack-plugin": "^0.1.1",
15 "purs-loader": "file:../", 15 "purs-loader": "file:../",
16 "webpack": "^1.12.9" 16 "webpack": "^1.12.9"
17 } 17 }