Skip to content

Commit

Permalink
Merge pull request #9 from usecamo/develop
Browse files Browse the repository at this point in the history
Release 0.2.4
  • Loading branch information
jasonnam authored Jun 22, 2019
2 parents ec065a6 + 2d9251d commit d6ec9b6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ node_js:
cache: npm
before_install:
- nvm install-latest-npm
script:
- npm run lint
- npm test
jobs:
include:
- stage: deploying to npm
Expand All @@ -22,4 +19,4 @@ jobs:
email: $NPM_EMAIL
api_key: $NPM_API_KEY
on:
branch: master
tags: true
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.4] - 2019-06-22
### Removed
- Lint test code.
- `test:watch` script.

## [0.2.3] - 2019-03-19
### Added
- `es6` on `env`
- `es6` on `env`.

## [0.2.2] - 2019-03-10
### Changed
Expand All @@ -31,8 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- ESLint shareable config.

[0.2.4]: https://github.com/usecamo/eslint-config-camo/compare/0.2.3...0.2.4
[0.2.3]: https://github.com/usecamo/eslint-config-camo/compare/0.2.2...0.2.3
[0.2.2]: https://github.com/usecamo/eslint-config-camo/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/usecamo/eslint-config-camo/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/usecamo/eslint-config-camo/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/usecamo/eslint-config-camo/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/usecamo/eslint-config-camo/releases/tag/0.1.0
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ build: off
test_script:
- node --version
- npm --version
- npm run lint
- npm test
deploy: off
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,22 @@
"bugs": {
"url": "https://github.com/usecamo/eslint-config-camo/issues"
},
"version": "0.2.3",
"version": "0.2.4",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint -c index.js __tests__",
"test": "jest",
"test:watch": "jest --watch"
"test": "jest"
},
"peerDependencies": {
"eslint": "^5.15.1",
"eslint-plugin-eslint-comments": "^3.1.1",
"eslint-plugin-jest": "^22.3.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"babel-preset-usecamo": "^0.1.1",
"@babel/core": "^7.4.5",
"babel-preset-usecamo": "^0.1.4",
"eslint": "^5.15.1",
"eslint-plugin-eslint-comments": "^3.1.1",
"eslint-plugin-jest": "^22.3.0",
Expand Down

0 comments on commit d6ec9b6

Please sign in to comment.