Skip to content

Commit

Permalink
fix(js sdk): Fix package.json licences TG-355
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar authored and stepan662 committed Oct 13, 2021
1 parent 2df5324 commit 008f2de
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch\" "
},
"author": "JanCizmar",
"license": "ISC",
"license": "MIT",
"files": [
"index.js",
"lib/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch\" "
},
"author": "JanCizmar",
"license": "ISC",
"license": "MIT",
"files": [
"index.js",
"lib/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist": "dist"
},
"author": "Jan Cizmar",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/socket.io-client": "^1.4.36",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testapps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "serve -p 8101 ./dist"
},
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@tolgee/core": "^1.7.4",
"@tolgee/ui": "^1.7.4",
Expand Down
4 changes: 2 additions & 2 deletions testapps/gatsby/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 008f2de

Please sign in to comment.