Skip to content

Commit

Permalink
build: tweaks metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 1, 2019
1 parent 67757a8 commit fc5635b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"version": "1.0.8",
"main": "index.js",
"author": {
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "https://kikobeats.com"
},
"repository": {
Expand All @@ -29,6 +29,9 @@
"format",
"zlib"
],
"dependencies": {
"buffer-json": "~2.0.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
Expand All @@ -52,20 +55,22 @@
"engines": {
"node": ">= 8"
},
"files": [
"index.js"
],
"scripts": {
"clean": "rm -rf node_modules",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown README.md && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"precommit": "lint-staged",
"prerelease": "npm run update:check",
"prerelease": "npm run update:check && npm run contributors",
"pretest": "npm run lint",
"pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100",
"release": "git-authors-cli && git add package.json && standard-version -a",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "nyc ava",
"update": "ncu -a",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
},
"license": "MIT",
Expand Down Expand Up @@ -93,8 +98,5 @@
"standard-markdown",
"git add"
]
},
"dependencies": {
"buffer-json": "~2.0.0"
}
}

0 comments on commit fc5635b

Please sign in to comment.