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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ index.js | |||
5 | node_modules/ | 5 | node_modules/ |
6 | bower_components/ | 6 | bower_components/ |
7 | build/ | 7 | build/ |
8 | example/bundle.js | ||
8 | example/node_modules/ | 9 | example/node_modules/ |
9 | example/bower_components/ | 10 | example/bower_components/ |
10 | example/dist/ | ||
11 | example/output/ | 11 | example/output/ |