Skip to content

Commit

Permalink
Fixes to release-it config and npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Dec 21, 2018
1 parent 3afbcca commit f053c73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

9 changes: 5 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"scripts": {
"beforeStart": "npm run test",
"beforeBump": "npm run build"
"beforeBump": "npm run build",
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
},
"git": {
"pushRepo": "[email protected]:filerjs/filer.git"
"pushRepo": "[email protected]:filerjs/filer.git",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true,
"releaseName": "Filer.js %s Released",
"assets": [ "dist/*.zip" ]
"releaseName": "Filer.js %s Released"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
},
"main": "./src/index.js",
"browser": "./dist/filer.min.js",
"files": [
"dist"
],
"nyc": {
"exclude": [
"tests/**/*.js",
Expand Down

0 comments on commit f053c73

Please sign in to comment.