Skip to content

Commit d7a6bf1

Browse files
author
dx-luna
committed
rev .npmignore
1 parent 7a73568 commit d7a6bf1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
node_modules
22
demo.html
33
test.html
4-
browser/index.js
4+
browser/index.js
5+
test.js
6+
more-concept.md
7+
word.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install sake-js
2525
browser
2626

2727
```html
28-
<script src="https://cdn.jsdelivr.net/npm/sake-js@1.1.3/browser/index.min.js"></script>
28+
<script src="https://cdn.jsdelivr.net/npm/sake-js@1.1.5/browser/index.min.js"></script>
2929
```
3030

3131
usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sake-js",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "garbage string code in dizzying javascript",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)