Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Remove repo from .json, format publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitur2204 committed Mar 29, 2022
1 parent 2528560 commit 2c9ee09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_READ_TOKEN }}

- name: Build package
run: |
yarn build
run: yarn build

- name: Set package version
run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"build:umd": "cross-env NODE_ENV=production webpack -p",
"build:css": "postcss src/style.css --use autoprefixer -d lib/ --no-map"
},
"repository": {
"type": "git",
"url": "https://github.com/gpbl/react-day-picker.git"
},
"keywords": [
"react",
"react-component",
Expand Down

0 comments on commit 2c9ee09

Please sign in to comment.