pointer-tracker should be a dependency.
This commit is contained in:
parent
34ae217da5
commit
22fcadc5e6
1 changed files with 5 additions and 3 deletions
|
@ -25,16 +25,18 @@
|
|||
"url": "https://github.com/GoogleChromeLabs/pinch-zoom/issues"
|
||||
},
|
||||
"homepage": "https://github.com/GoogleChromeLabs/pinch-zoom#readme",
|
||||
"dependencies": {
|
||||
"pointer-tracker": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pointer-tracker": "^2.0.3",
|
||||
"rollup": "^0.66.6",
|
||||
"rollup-plugin-node-resolve": "^3.4.0",
|
||||
"rollup-plugin-postcss": "^1.6.2",
|
||||
"rollup-plugin-terser": "^3.0.0",
|
||||
"rollup-plugin-typescript2": "^0.17.2",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-airbnb": "^5.11.0",
|
||||
"tslint-react": "^3.6.0",
|
||||
"typescript": "^3.1.4",
|
||||
"rollup-plugin-postcss": "^1.6.2"
|
||||
"typescript": "^3.1.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue