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/bower.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/bower.json')
-rw-r--r-- | example/bower.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/example/bower.json b/example/bower.json new file mode 100644 index 0000000..8d71688 --- /dev/null +++ b/example/bower.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "name": "example", | ||
3 | "license": "MIT", | ||
4 | "private": true, | ||
5 | "ignore": [ | ||
6 | "**/.*", | ||
7 | "node_modules", | ||
8 | "bower_components", | ||
9 | "test", | ||
10 | "tests" | ||
11 | ], | ||
12 | "devDependencies": { | ||
13 | "purescript-maybe": "~0.2.1" | ||
14 | } | ||
15 | } | ||