diff options
author | eric thul <thul.eric@gmail.com> | 2015-01-14 22:53:28 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-01-14 22:53:28 -0500 |
commit | 051c54bc5fd21db7758abfc8cbd53921bf50495e (patch) | |
tree | 9ad322e4cd48cbe929af3f0fe3aa10cc8c0debdd /example/package.json | |
parent | a6986505b0be81ddca5bd7d63bb98f2926ee47e8 (diff) | |
download | purs-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.json | 2 |
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 | } |