Skip to content

Commit

Permalink
few build fixes
Browse files Browse the repository at this point in the history
two more broken (?) typescript definitions
  • Loading branch information
TanninOne committed Jun 30, 2017
1 parent 27d1f13 commit 2b92737
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extensions/gamebryo-plugin-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react-i18next": "^1.7.5",
"@types/react-redux": "4.4.35",
"@types/react-router": "^2.0.41",
"@types/react-select": "^1.0.47",
"@types/react-select": "1.0.47",
"@types/js-yaml": "^3.5.29",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
Expand Down
2 changes: 1 addition & 1 deletion extensions/gamebryo-savegame-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react-i18next": "^1.7.5",
"@types/react-redux": "4.4.35",
"@types/react-router": "^2.0.41",
"@types/react-select": "^1.0.47",
"@types/react-select": "1.0.47",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-switcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/fs-extra-promise": "^1.0.1",
"@types/react": "^0.14.55",
"@types/react-bootstrap": "^0.0.50",
"@types/react-color": "^2.11.2",
"@types/react-color": "2.11.2",
"@types/react-redux": "4.4.35",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"!**/._*",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}",
"!**/*.{pdb,lib,VC.db,exp,gypi,d.ts}",
"!**/build/Debug/${/*}",
"!**/build/Debug${/*}",
"!**/build/Release/obj${/*}",
"!**/build/.vs${/*}",
"!**/autogypi.json",
Expand All @@ -115,9 +115,9 @@
"!**/node_modules/edge/lib/native${/*}",
"!**/node_modules/edge/src${/*}",
"!**/node_modules/leveldown/deps${/*}",
"!**/node_modules/node-sass/{build, src, vendor}${/*}",
"!**/node_modules/react-layout-pane/{demo, docs}${/*}",
"!**/node_modules/recharts/{umd}${/*}"
"!**/node_modules/node-sass/{build,src,vendor}${/*}",
"!**/node_modules/react-layout-pane/{demo,docs}${/*}",
"!**/node_modules/recharts/umd${/*}"
]
},
"parserOptions": {
Expand Down

0 comments on commit 2b92737

Please sign in to comment.