Skip to content

Commit

Permalink
chore(react): license
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 22, 2020
1 parent 3eb027b commit 010578e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ function App() {
return <Renderer entrypoint={sample} />;
}
```

## License

MIT 漏 [uetchy](https://github.com/uetchy)
7 changes: 1 addition & 6 deletions packages/react/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "react-vivliostyle-viewer-example",
"homepage": "https://uetchy.github.io/react-vivliostyle-viewer",
"version": "0.0.0",
"name": "@vivliostyle/react-example",
"private": true,
"dependencies": {
"react": "link:../node_modules/react",
Expand All @@ -15,9 +13,6 @@
"test": "node ../../../node_modules/react-scripts/bin/react-scripts.js test",
"eject": "node ../../../node_modules/react-scripts/bin/react-scripts.js eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "git://github.com/vivliostyle/vivliostyle.js.git",
"directory": "packages/react"
},
"license": "MIT",
"license": "AGPL-3.0",
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 010578e

Please sign in to comment.