Skip to content

Commit

Permalink
Update TypeScript and add verification compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorbek committed Jan 20, 2017
1 parent 0cca63b commit 3429cc9
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 141 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"flow": "flow check",
"lint": "eslint src",
"tslint": "tslint typings/*.ts native/*.ts",
"typescript": "tsc ./typings/styled-components-test.tsx ./typings/styled-components-native-test.tsx --noEmit --jsx react --target es6 --module es2015 --moduleResolution node",
"prepublish": "npm run build",
"lint-staged": "lint-staged",
"dev": "node example/devServer.js"
Expand Down Expand Up @@ -79,6 +80,7 @@
"flow-copy-source": "^1.1.0",
"jsdom": "^9.9.1",
"lint-staged": "^3.2.4",
"lodash": "^4.15.0",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0",
"node-watch": "^0.4.1",
Expand All @@ -97,10 +99,9 @@
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-plugin-visualizer": "^0.1.5",
"supports-color": "^3.1.2",
"tslint": "^3.15.1",
"typescript": "^2.0.7",
"lodash": "^4.15.0",
"supports-color": "^3.1.2"
"typescript": "^2.1.5"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
Expand Down
Loading

0 comments on commit 3429cc9

Please sign in to comment.