Commit 7f3277af authored by 李勇諭's avatar 李勇諭

fix path

parent f006c6f6
......@@ -2,9 +2,11 @@
/node_modules
/public
/src
/dist/dev.d.ts
/dist/dev.js
/dist/dev.js.map
/examples
/dist/src/dev.d.ts
/dist/src/dev.js
/dist/src/dev.js.map
/dist/examples
tsconfig.json
tslint.json
webpack.config.js
......
......@@ -2,8 +2,8 @@
"name": "react-js-pull-to-refresh",
"version": "0.2.0",
"description": "React pull to refresh",
"main": "dist/index.js",
"typings": "./dist/index.d.ts",
"main": "dist/src/index.js",
"typings": "./dist/src/ndex.d.ts",
"scripts": {
"dev": "webpack-dev-server",
"lint": "tslint -c tslint.json src/*",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment