aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/package.json
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-01-14 22:53:28 -0500
committereric thul <thul.eric@gmail.com>2015-01-14 22:53:28 -0500
commit051c54bc5fd21db7758abfc8cbd53921bf50495e (patch)
tree9ad322e4cd48cbe929af3f0fe3aa10cc8c0debdd /example/package.json
parenta6986505b0be81ddca5bd7d63bb98f2926ee47e8 (diff)
downloadpurs-loader-051c54bc5fd21db7758abfc8cbd53921bf50495e.tar.gz
purs-loader-051c54bc5fd21db7758abfc8cbd53921bf50495e.tar.zst
purs-loader-051c54bc5fd21db7758abfc8cbd53921bf50495e.zip
updating example
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 b2d0d86..482563f 100644
--- a/example/package.json
+++ b/example/package.json
@@ -8,7 +8,7 @@
8 }, 8 },
9 "license": "MIT", 9 "license": "MIT",
10 "devDependencies": { 10 "devDependencies": {
11 "purs-loader": "0.0.2", 11 "purs-loader": "file:../",
12 "webpack": "^1.4.15" 12 "webpack": "^1.4.15"
13 } 13 }
14} 14}