Fixes to release-it config and npm files

This commit is contained in:
David Humphrey 2018-12-21 14:15:45 -05:00
parent 3afbcca8b3
commit f053c738b8
3 changed files with 8 additions and 13 deletions

View File

@ -1,9 +0,0 @@
*
*/
!README.md
!package.json
!LICENSE
!dist/filer.js
!dist/filer.map
!dist/filer.min.js
!dist/filer.min.map

View File

@ -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": "git@github.com:filerjs/filer.git"
"pushRepo": "git@github.com: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"
}
}

View File

@ -70,6 +70,9 @@
},
"main": "./src/index.js",
"browser": "./dist/filer.min.js",
"files": [
"dist"
],
"nyc": {
"exclude": [
"tests/**/*.js",