Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Dec 6, 2021
2 parents 6dab332 + 71a45f3 commit e15a9dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- run: yarn test
- run: yarn lint
- run: yarn build
- run: yarn publish
- run: yarn publish dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
.eslintcache
node_modules
npm-debug.log
.travis.yml
src/
test/
*.test.js
coverage/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doi-prop-type",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Prop Types DOI Validator",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit e15a9dc

Please sign in to comment.