Skip to content

Commit

Permalink
Migrate types to npm @types
Browse files Browse the repository at this point in the history
blurgh
  • Loading branch information
Zalastax committed Oct 25, 2016
1 parent 576cc4f commit 248c77b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
},
"homepage": "https://github.com/Zalastax/openschedule#readme",
"dependencies": {
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"@types/react": "^0.14.42",
"@types/react-addons-shallow-compare": "^0.14.17",
"@types/react-dom": "^0.14.18",
"core-js": "^2.4.1",
"ical": "^0.5.0",
"moment": "^2.15.1",
Expand Down Expand Up @@ -55,8 +60,7 @@
"stylus-loader": "^2.3.1",
"tslint": "^3.15.1",
"typescript": "^2.1.0-dev.20161016",
"typings": "^1.4.0",
"typings-for-css-modules-loader": "file:../typings-for-css-modules-loader",
"typings-for-css-modules-loader": "^1.0.0",
"webpack": "^2.1.0-beta.25",
"webpack-config": "^6.1.3",
"webpack-dev-middleware": "^1.8.4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/calendar-week/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react"
import * as compare from "react-addons-shallow-compare"
import compare = require("react-addons-shallow-compare")
import * as moment from "moment"
import { connect } from "react-redux"

Expand Down
9 changes: 0 additions & 9 deletions typings.json

This file was deleted.

0 comments on commit 248c77b

Please sign in to comment.