Skip to content

Commit b5ba5c0

Browse files
committed
update version / npm files
1 parent d7caa62 commit b5ba5c0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ container(
1919
#### Script Tag
2020

2121
```html
22-
<script type="text/javascript" src="https://unpkg.com/declarativ@0.0.4/dist/declarativ.js"></script>
22+
<script type="text/javascript" src="https://unpkg.com/declarativ@0.0.7/dist/declarativ.js"></script>
2323
```
2424

2525
(the module will be included in the global scope as the `declarativ` variable)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "declarativ",
3-
"version": "0.0.5",
3+
"version": "0.0.7",
44
"description": "This is definitely not JSX.",
55
"main": "src/index.js",
66
"files": [
7-
"*",
7+
"README.md",
8+
"LICENSE",
9+
"package.json",
10+
"src/*",
811
"dist/declarativ.js"
912
],
1013
"scripts": {

0 commit comments

Comments
 (0)