Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @mjolnir/[email protected]
  • Loading branch information
leohxj committed Jul 24, 2019
1 parent 730896c commit 443bff7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2019-07-24)

**Note:** Version bump only for package @mjolnir/eslint-config
5 changes: 2 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjolnir/eslint-config",
"version": "0.0.1",
"version": "0.0.2",
"description": "eslint config collect",
"main": "index.js",
"repository": {
Expand All @@ -18,11 +18,10 @@
"javascript"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-node": "^9.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.17.1"
},
Expand Down

0 comments on commit 443bff7

Please sign in to comment.