Skip to content

Commit

Permalink
Merge pull request #2 from seivan/feature/webpack_2
Browse files Browse the repository at this point in the history
Feature/webpack 2
  • Loading branch information
basarat committed Feb 13, 2017
2 parents 32daa95 + f161d24 commit 1fc8985
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 5,120 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@
"main": "index.js",
"repository": "https://github.com/basarat/react-typescript.git",
"scripts": {
"prepublish": "typings install",
"start": "webpack --watch"
},
"keywords": [],
"author": "",
"license": "ISC",

"dependencies": {
"@types/react": "^15.0.9",
"@types/react-dom": "^0.14.23",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},

"devDependencies": {
"react": "^15.1.0",
"react-dom": "^15.1.0",
"ts-loader": "^0.8.2",
"typescript": "^1.9.0-dev.20160328",
"typings": "^0.7.9",
"webpack": "^1.12.14"
"source-map-loader": "^0.1.6",
"ts-loader": "^2.0.0",
"typescript": "^2.1.6",
"webpack": "^2.2.1"
}
}
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"jsx": "react"
},
"exclude": [
"node_modules",
"typings/browser",
"typings/browser.d.ts"
"node_modules"
],
"compileOnSave": false
}
9 changes: 0 additions & 9 deletions typings.json

This file was deleted.

2 changes: 0 additions & 2 deletions typings/browser.d.ts

This file was deleted.

76 changes: 0 additions & 76 deletions typings/browser/ambient/react-dom/index.d.ts

This file was deleted.

0 comments on commit 1fc8985

Please sign in to comment.