Skip to content

Commit

Permalink
Altered documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Patty committed Feb 11, 2020
1 parent 06ec678 commit 2a468bf
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 14 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ const barcode = generateBarcode("1234567", {raw: true, spacing: 10})

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
Expand All @@ -71,4 +69,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"dependencies": {},
"repository": {
"type" : "git",
"url" : "https://github.com/tecuity/barcode-generator"
"type": "git",
"url": "https://github.com/tecuity/barcode-generator"
},
"homepage": {
"type" : "git",
"url" : "https://github.com/tecuity/barcode-generator"
"type": "git",
"url": "https://github.com/tecuity/barcode-generator"
},
"scripts": {
"build": "node build.js"
Expand All @@ -24,6 +24,7 @@
"@rollup/plugin-json": "^4.0.2",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"all-contributors-cli": "^6.13.0",
"babel-eslint": "10.x",
"chalk": "^3.0.0",
"eslint": "6.x",
Expand Down
Loading

0 comments on commit 2a468bf

Please sign in to comment.