Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khola committed Aug 10, 2020
1 parent 0052521 commit 9fbb2f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
- run: npm install
- run: npm i -g typescript@~3.7
- run: tsc
- run: cat .npmrc
- run: npm publish
7 changes: 1 addition & 6 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nordcloud/gnui",
"version": "0.4.21",
"version": "0.4.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git://github.com/nordcloud/gnui.git",
Expand Down Expand Up @@ -46,8 +46,7 @@
"styled-components-breakpoint": "^3.0.0-preview.20",
"styled-reset": "^4.1.0",
"styled-system": "^5.1.5",
"title": "^3.4.1",
"typescript": "~3.7.2"
"title": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 9fbb2f9

Please sign in to comment.