Skip to content

Commit 616c5dd

Browse files
authored
Merge pull request #68 from choojs/fix-node
Fix nanocomponent in node
2 parents 45f58b8 + a7a008f commit 616c5dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 6.4.4 - 2017-12-02
5+
## 6.4.5 - 2017-12-03
6+
- Pin `on-load` to v3.3.4 to fix node import.
7+
8+
## 6.4.4 - 2017-12-03
69
- Pin `on-load` to v3.3.3 to fix unbundled electron import.
710

811
## 6.4.3 - 2017-12-02

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"nanoassert": "^1.1.0",
4545
"nanomorph": "^5.1.2",
4646
"nanotiming": "^6.1.3",
47-
"on-load": "^3.3.3"
47+
"on-load": "^3.3.4"
4848
},
4949
"devDependencies": {
5050
"@tap-format/spec": "^0.2.0",

0 commit comments

Comments
 (0)