Skip to content

Commit

Permalink
update version / npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Sep 6, 2019
1 parent d7caa62 commit b5ba5c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ container(
#### Script Tag

```html
<script type="text/javascript" src="https://unpkg.com/declarativ@0.0.4/dist/declarativ.js"></script>
<script type="text/javascript" src="https://unpkg.com/declarativ@0.0.7/dist/declarativ.js"></script>
```

(the module will be included in the global scope as the `declarativ` variable)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "declarativ",
"version": "0.0.5",
"version": "0.0.7",
"description": "This is definitely not JSX.",
"main": "src/index.js",
"files": [
"*",
"README.md",
"LICENSE",
"package.json",
"src/*",
"dist/declarativ.js"
],
"scripts": {
Expand Down

0 comments on commit b5ba5c0

Please # to comment.