aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authoreric <thul.eric@gmail.com>2016-03-14 20:40:54 -0400
committereric <thul.eric@gmail.com>2016-03-14 20:40:54 -0400
commitdb384f0be544285fec61869020138100152d3037 (patch)
treee260c7961d1681a3e94079957fa016c1d452b920 /package.json
parent99fd1c4f2cf9bec1cb8488551c47ebca247b9497 (diff)
parent47973be19f453aadfc810a5439a12d48e110984a (diff)
downloadpurs-loader-db384f0be544285fec61869020138100152d3037.tar.gz
purs-loader-db384f0be544285fec61869020138100152d3037.tar.zst
purs-loader-db384f0be544285fec61869020138100152d3037.zip
Merge pull request #45 from ethul/topic/issue-41
Escape path for require
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 04fd680..a5c0315 100644
--- a/package.json
+++ b/package.json
@@ -24,8 +24,7 @@
24 "webpack": "^1.8.4" 24 "webpack": "^1.8.4"
25 }, 25 },
26 "dependencies": { 26 "dependencies": {
27 "async": "^1.3.0", 27 "debug": "^2.2.0",
28 "chalk": "^1.1.0", 28 "js-string-escape": "^1.0.1"
29 "debug": "^2.2.0"
30 } 29 }
31} 30}