Skip to content

Commit 3a726ea

Browse files
authored
Merge pull request #53 from andywer/feature/gitignore-but-publish-dist
git-ignore, but publish dist/
2 parents 6afb873 + fbfbef0 commit 3a726ea

8 files changed

+9
-1431
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist/
12
lib/
23
node_modules/
34
test/spec-build/

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22

33
node_js:
44
- 4
5-
- 5
65
- node # Latest
76

87
env:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ bower install --save threads
6363
### Script tag
6464

6565
```html
66-
<script src="https://cdn.rawgit.com/andywer/threads.js/__VERSION__/dist/threads.browser.min.js"></script>
66+
<script src="https://unpkg.com/threads@VERSION/dist/threads.browser.min.js"></script>
6767
```
6868

69-
(where `__VERSION__` is the library's version to use, like `v0.7.2`)
69+
(where `VERSION` is the library's version to use, like `v0.7.3`)
7070

7171

7272
## How To

dist/slave.js

-60
This file was deleted.

dist/slave.min.js

-1
This file was deleted.

0 commit comments

Comments
 (0)