Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
fix: ignore .github directory in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
cho0o0 committed Aug 16, 2019
1 parent e610e95 commit d23448a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ coverage
junit.xml
.babelrc
.gitignore
.github
jest.config.json
jsonToHtmlTable-test.js
webpack.config.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-cli": "^3.3.6"
},
"name": "jsontohtmltable",
"version": "1.1.1",
"version": "1.1.2",
"description": "Make json more readable as html table",
"main": "dist/jsonToHtmlTable.min.js",
"module": "jsonToHtmlTable.js",
Expand Down

0 comments on commit d23448a

Please sign in to comment.