Skip to content

Commit

Permalink
package config (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bielcapanema committed Jun 5, 2020
1 parent 60fea95 commit 8e9af97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: npm build
- run: npm publish --access=public
- run: yarn publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-router",
"version": "3.2.6",
"description": "A complete routing library for React",
"name": "@quintoandar/react-router",
"version": "0.0.1",
"description": "React Router v3 compatible with concurrent mode",
"files": [
"*.md",
"docs",
Expand All @@ -13,8 +13,8 @@
"module": "es/index",
"jsnext:main": "es/index",
"repository": "ReactTraining/react-router",
"homepage": "https://github.com/ReactTraining/react-router#readme",
"bugs": "https://github.com/ReactTraining/react-router/issues",
"homepage": "https://github.com/quintoandar/react-router#readme",
"bugs": "https://github.com/quintoandar/react-router/issues",
"scripts": {
"build": "npm run build-cjs && npm run build-es",
"build-cjs": "rimraf lib && cross-env BABEL_ENV=cjs babel ./modules -d lib --ignore __tests__",
Expand All @@ -30,7 +30,8 @@
},
"authors": [
"Ryan Florence",
"Michael Jackson"
"Michael Jackson",
"Gabriel Capanema"
],
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 8e9af97

Please sign in to comment.