diff options
author | eric thul <thul.eric@gmail.com> | 2015-04-12 11:08:05 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-04-12 11:24:24 -0400 |
commit | 464355c740940df632eef951c6c84eb2767b5ab3 (patch) | |
tree | 7502e52f50bc36c34ff83dc710c1e0904c90fdc5 /example/bower.json | |
parent | c194f84cab66fa6e18b78c32f9cdf2bddf8d1e68 (diff) | |
download | purs-loader-464355c740940df632eef951c6c84eb2767b5ab3.tar.gz purs-loader-464355c740940df632eef951c6c84eb2767b5ab3.tar.zst purs-loader-464355c740940df632eef951c6c84eb2767b5ab3.zip |
Updating example and adding publishing
Resolves #7
Diffstat (limited to 'example/bower.json')
-rw-r--r-- | example/bower.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/example/bower.json b/example/bower.json index 8d71688..b4a1c78 100644 --- a/example/bower.json +++ b/example/bower.json | |||
@@ -1,14 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "example", | 2 | "name": "example", |
3 | "license": "MIT", | ||
4 | "private": true, | 3 | "private": true, |
5 | "ignore": [ | ||
6 | "**/.*", | ||
7 | "node_modules", | ||
8 | "bower_components", | ||
9 | "test", | ||
10 | "tests" | ||
11 | ], | ||
12 | "devDependencies": { | 4 | "devDependencies": { |
13 | "purescript-maybe": "~0.2.1" | 5 | "purescript-maybe": "~0.2.1" |
14 | } | 6 | } |