We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a73568 commit d7a6bf1Copy full SHA for d7a6bf1
.npmignore
@@ -1,4 +1,7 @@
1
node_modules
2
demo.html
3
test.html
4
-browser/index.js
+browser/index.js
5
+test.js
6
+more-concept.md
7
+word.html
README.md
@@ -25,7 +25,7 @@ npm install sake-js
25
browser
26
27
```html
28
-<script src="https://cdn.jsdelivr.net/npm/sake-js@1.1.3/browser/index.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/sake-js@1.1.5/browser/index.min.js"></script>
29
```
30
31
usage
package.json
@@ -1,6 +1,6 @@
{
"name": "sake-js",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "garbage string code in dizzying javascript",
"main": "src/index.js",
"scripts": {
0 commit comments