Skip to content

Commit

Permalink
chore(package): update package version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMaruchu committed Aug 19, 2019
1 parent cf90e74 commit 0f095bf
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/majifix-analytics",
"version": "0.2.0",
"version": "0.3.0",
"description": "Majifix module for analytics and reports",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -20,12 +20,7 @@
"chore:deps": "ncu -u && npm install --save",
"lint:config": "eslint --print-config rollup.config.js"
},
"keywords": [
"anzalab",
"majifix",
"analytics",
"isomophic"
],
"keywords": ["anzalab", "majifix", "analytics", "isomophic"],
"repository": {
"type": "git",
"url": "git+https://github.com/anzalab/majifix-analytics.git"
Expand Down Expand Up @@ -101,15 +96,10 @@
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
},
"lint-staged": {
"src/**/*.js": [
"npm run lint",
"git add -A"
]
"src/**/*.js": ["npm run lint", "git add -A"]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 0f095bf

Please sign in to comment.