Skip to content

Commit

Permalink
fix: Fixed package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 20, 2017
1 parent b0bd23e commit 51f48ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@
"react-dom": "^15.4.0"
},
"devDependencies": {
"@types/core-js": "^0.9.41",
"@types/marked": "0.0.28",
"@types/node": "^7.0.29",
"@types/prop-types": "^15.5.1",
"@types/react": "^15.0.27",
"@types/react-dom": "^15.5.0",
"@types/react-router": "^3.0.11",
"@types/react-transition-group": "^1.1.0",
"@types/tinycolor2": "^1.1.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
Expand All @@ -73,6 +65,14 @@
"typescript": "^2.1.6"
},
"dependencies": {
"@types/core-js": "^0.9.41",
"@types/marked": "0.0.28",
"@types/node": "^7.0.29",
"@types/prop-types": "^15.5.1",
"@types/react": "^15.0.27",
"@types/react-dom": "^15.5.0",
"@types/react-transition-group": "^1.1.0",
"@types/tinycolor2": "^1.1.1",
"inline-style-prefixer": "^3.0.5",
"keycode": "^2.1.8",
"marked": "^0.3.6",
Expand Down
9 changes: 9 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/// <reference types="core-js" />
/// <reference types="node" />
/// <reference types="marked" />
/// <reference types="prop-types" />
/// <reference types="react" />
/// <reference types="react-dom" />
/// <reference types="react-transition-group" />
/// <reference types="@types/tinycolor2" />

export as namespace ReactUWP;

export interface Window {
Expand Down

0 comments on commit 51f48ae

Please sign in to comment.