Skip to content

Commit

Permalink
fix: update tests and fix package.json issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Nov 4, 2021
1 parent 21a6acd commit e0e03eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions __tests__/generator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ describe('all the template files are accountable for', () => {
expect(stream.fileList).toContain('LICENSE')
expect(stream.fileList).toContain('README.md')
expect(stream.fileList).toContain('__tests__/app.test.js')
expect(stream.fileList).toContain('index.js')
expect(stream.fileList).toContain('jsdoc.json')
expect(stream.fileList).toContain('package.json')
})

Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
"**/out/"
]
},
"eslintIgnore": [
"coverage/**",
"template/**"
],
"eslintConfig": {
"env": {
"node": true,
Expand Down
8 changes: 2 additions & 6 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"email": "<%= email %>",
"url": "https://github.com/<%= username %>"
},
"files": [
"src",
"bin"
],
"license": "Apache-2.0",
"keywords": [
"<%= keywords %>"
Expand Down Expand Up @@ -99,7 +95,7 @@
},
"lint-staged": {
"**/*.js": [
"<%= npmClient %> run format",
"<%= npmClient %> run format"
]
},
"commitlint": {
Expand Down Expand Up @@ -209,4 +205,4 @@
],
"@semantic-release/github"
]
}
}

0 comments on commit e0e03eb

Please sign in to comment.