Skip to content

Commit

Permalink
fix: bump gd-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Apr 6, 2019
1 parent b8ad1dd commit 6e701b1
Show file tree
Hide file tree
Showing 6 changed files with 2,120 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ typings/
# next.js build output
.next

build
dist
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package.json
build/
dist/
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,12 @@
"ci": "gd-scripts ci",
"release": "semantic-release"
},
"resolutions": {
"babel-core": "^7.0.0-bridge.0"
},
"devDependencies": {
"@types/adm-zip": "0.4.32",
"@types/archiver": "2.1.3",
"@types/fs-extra": "5.0.5",
"@types/node": "11.13.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-prettier": "2.6.2",
"gd-scripts": "1.2.0",
"gd-scripts": "5.0.3",
"prettier": "1.16.4",
"semantic-release": "15.13.3"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./node_modules/gd-scripts/build/config/tsconfig.json"
"extends": "./node_modules/gd-scripts/typescript.json"
}

0 comments on commit 6e701b1

Please sign in to comment.