Skip to content

Commit

Permalink
v1.4.3. Close #8
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Apr 16, 2017
1 parent 88c59c3 commit e8a55e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v1.4.3 2017 April 16
- delete old `nakeConfiguration` property
- closes https://github.com/bevry/based/issues/8

## v1.4.2 2017 April 16
- Fixed busted `docs` npm script due to typo

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bevry-base",
"version": "1.4.2",
"version": "1.4.3",
"description": "Automatic application of the Bevry base files /bevry/base",
"homepage": "https://github.com/bevry/based",
"license": "MIT",
Expand Down
10 changes: 9 additions & 1 deletion source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,14 @@ async function init () {
const answers = Object.assign(defaults, await getAnswers())

// Prepare
const unlinkFiles = ['esnextguardian.js', 'nakefile.js', 'Cakefile', 'cyclic.js', '.jshintrc', '.jscrc']
const unlinkFiles = [
'esnextguardian.js',
'nakefile.js',
'Cakefile',
'cyclic.js',
'.jshintrc',
'.jscrc'
]

// setup the package data variables
const packageDataLocal = getPackage()
Expand Down Expand Up @@ -675,6 +682,7 @@ async function init () {
}

// remove old fields
delete packageData.nakeConfiguration
delete packageData.cakeConfiguration

// customise badges
Expand Down

0 comments on commit e8a55e6

Please sign in to comment.