Skip to content

Commit

Permalink
fix #1665 on bit-javascript. fix resolve-modules prefix with tilda on…
Browse files Browse the repository at this point in the history
… css files (#1689)
  • Loading branch information
davidfirst committed May 31, 2019
1 parent 1e7317b commit fb19dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

- [#1665](https://github.com/teambit/bit/issues/1665) fix resolve-modules prefix with tilda
- [#1627](https://github.com/teambit/bit/issues/1627) improve `bit tag` output
- introduce a new flag `--machine-name` for `bit login` to help CI servers keep their token not revoked
- support `bit import` with wildcards to import an entire scope or particular namespace(s)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"array-difference": "^0.0.1",
"async-exit-hook": "^2.0.1",
"babel-runtime": "^6.23.0",
"bit-javascript": "^2.0.7",
"bit-javascript": "^2.0.9",
"bluebird": "^3.5.3",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
Expand Down

0 comments on commit fb19dbd

Please sign in to comment.