Skip to content

Commit

Permalink
feat: v0.1.10, added repository and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Apr 8, 2021
1 parent 325cc5c commit c57374a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@
"main": "dist/index.js",
"source": "src/lib/index.tsx",
"typings": "dist/types/lib/index.d.ts",
"keywords": [],
"keywords": [
"vnc",
"noVNC",
"react-vnc",
"websocket",
"websockify"
],
"engines": {
"node": ">=10"
},
"files": [
"dist/"
],
"repository": "roerohan/react-vnc",
"repository": "https://github.com/roerohan/react-vnc/",
"dependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
Expand Down
3 changes: 2 additions & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ fs.writeFileSync('./dist/package.json', JSON.stringify({
name: pkg.name,
description: pkg.description,
version: pkg.version,
private: false,
repository: pkg.repository,
keywords: pkg.keywords,
main: pkg.main.replace(/dist\//ig, ''),
typings: pkg.typings.replace(/dist\//ig, ''),
publishConfig: pkg.publishConfig,
Expand Down

0 comments on commit c57374a

Please sign in to comment.