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 a4b4a70 commit 4f310d1Copy full SHA for 4f310d1
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## [unreleased]
9
10
## [0.6.4] - 2017-06-25
11
+- update "bit-javascript" dependency to 0.6.4
12
## [0.6.3-rc.3] - 2017-06-15
13
14
- `bit test` shows the error stack in case of a fatal error
package.json
@@ -26,7 +26,7 @@
26
"url": "https://github.com/teambit/bit"
27
},
28
"dependencies": {
29
- "bit-javascript": "^0.6.4-rc.1",
+ "bit-javascript": "^0.6.4",
30
"bit-js": "^0.2.2",
31
"buffer-from": "^0.1.1",
32
"camelcase": "^4.0.0",
0 commit comments