Skip to content

Commit d418f8c

Browse files
committed
lmao who let me near a computer, 0.7.0 release
1 parent 0d6519f commit d418f8c

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Idiomorph is a small (2.1k min/gz'd), dependency free JavaScript library. The `
4242
directly in a browser:
4343

4444
```html
45-
<script src="https://unpkg.com/idiomorph@0.6.0"></script>
45+
<script src="https://unpkg.com/idiomorph@0.7.0"></script>
4646
```
4747

4848
For production systems we recommend downloading and vendoring the library.

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"HTML"
66
],
7-
"version": "0.6.0",
7+
"version": "0.7.0",
88
"homepage": "https://github.com/bigskysoftware/idiomorph",
99
"bugs": {
1010
"url": "https://github.com/bigskysoftware/idiomorph/issues"
@@ -57,9 +57,7 @@
5757
"sinon": "^9.2.4",
5858
"tachometer": "^0.7.1",
5959
"typescript": "^5.3.3",
60-
"uglify-js": "^3.15.0"
61-
},
62-
"dependencies": {
60+
"uglify-js": "^3.15.0",
6361
"@rollup/rollup-darwin-arm64": "^4.34.6"
6462
}
6563
}

0 commit comments

Comments
 (0)