Skip to content

Commit

Permalink
chore: adjust npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 6, 2017
1 parent 16741d6 commit a867148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 3.0.0-beta.2
# 3.0.0-beta.3

### Bug Fixes

- Update peerDependency ngast to version `^0.0.4` [#257](https://github.com/mgechev/codelyzer/issues/257) [30e921a](https://github.com/mgechev/codelyzer/commit/30e921a48fb98b9d929d46f905aa87d3d7e81d98).
- Update peerDependency ngast to version `^0.0.6` [#257](https://github.com/mgechev/codelyzer/issues/257) [30e921a](https://github.com/mgechev/codelyzer/commit/30e921a48fb98b9d929d46f905aa87d3d7e81d98).

# 3.0.0-beta.1

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codelyzer",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
Expand Down Expand Up @@ -79,7 +79,7 @@
"app-root-path": "^2.0.1",
"css-selector-tokenizer": "^0.7.0",
"cssauron": "^1.4.0",
"ngast": "^0.0.4",
"ngast": "^0.0.6",
"semver-dsl": "^1.0.1",
"source-map": "^0.5.6",
"sprintf-js": "^1.0.3"
Expand Down

0 comments on commit a867148

Please sign in to comment.