Skip to content

Commit 6b41645

Browse files
committed
implement state.map and patch
1 parent 528c7fe commit 6b41645

File tree

11 files changed

+1306
-505
lines changed

11 files changed

+1306
-505
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"build": "tsc",
1717
"test": "jest",
1818
"prepublish": "npm run build",
19-
"testWDebugger": "node --harmony $(which bugger) ./node_modules/jest-cli/bin/jest.js --runInBand"
19+
"testWDebugger": "node --harmony $(which bugger) ./node_modules/jest-cli/bin/jest.js --runInBand",
20+
"build-test": "watchify -p tsify test/test.tsx -dv -o test/test.js"
2021
},
2122
"dependencies": {
2223
"prop-types": "^15.5.8"
@@ -32,6 +33,7 @@
3233
"@types/jest": "^20.0.2",
3334
"@types/node": "^8.0.0",
3435
"@types/react": "^16.0.5",
36+
"browserify": "^14.4.0",
3537
"create-react-class": "^15.6.0",
3638
"enzyme": "^2.8.2",
3739
"jest": "^20.0.0",
@@ -43,7 +45,9 @@
4345
"react-test-renderer": "^15.5.4",
4446
"redux": "^3.0.4",
4547
"ts-jest": "^20.0.2",
46-
"typescript": "^2.5.2"
48+
"tsify": "^3.0.3",
49+
"typescript": "^2.5.2",
50+
"watchify": "^3.9.0"
4751
},
4852
"jest": {
4953
"transform": {

src/__tests__/fantasy-test.tsx

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)