reafactor: migrate to TypeScript
Showing
dist/test.js
deleted
100644 → 0
dist/test.js.map
deleted
100644 → 0
example/.DS_Store
0 → 100644
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -5,10 +5,6 @@ |
"repository": "fi3ework/react-live-route", | ||
"license": "MIT", | ||
"authors": "fi3ework", | ||
"files": [ | ||
"index.js", | ||
"LiveRoute.js" | ||
], | ||
"main": "dist/index.js", | ||
"module": "es/index.js", | ||
"sideEffects": false, | ||
... | ... | @@ -25,9 +21,9 @@ |
"dependencies": { | ||
"invariant": "^2.2.4", | ||
"prop-types": "^15.6.1", | ||
"react-is": "^16.7.0", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"react-is": "^16.7.0", | ||
"react-router": "^4.3.1", | ||
"react-router-dom": "^4.3.1", | ||
"warning": "^4.0.1" | ||
... | ... |
tsconfig.prod.json
deleted
100644 → 0
tsconfig.test.json
deleted
100644 → 0
Please
register
or
sign in
to comment