@egjs/react-flicking
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/flicking.cjs.js", | ||
@@ -19,14 +19,14 @@ "module": "dist/flicking.esm.js", | ||
"description": "A react component that can easily use @egjs/flicking", | ||
"homepage": "https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking", | ||
"homepage": "https://github.com/naver/egjs-flicking/tree/2.x/packages/react-flicking", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking" | ||
"url": "https://github.com/naver/egjs-flicking/tree/2.x/packages/react-flicking" | ||
}, | ||
"author": { | ||
"name": "NAVER Corp." | ||
}, | ||
"namespace": { | ||
"eg": "eg" | ||
}, | ||
"license": "MIT", | ||
"name": "NAVER Corp." | ||
}, | ||
"namespace": { | ||
"eg": "eg" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -33,0 +33,0 @@ "@egjs/flicking": "^2.4.2" |
@@ -20,3 +20,6 @@ { | ||
"suppressImplicitAnyIndexErrors": true, | ||
"noUnusedLocals": true | ||
"noUnusedLocals": true, | ||
"typeRoots": [ | ||
"node_modules/@types" | ||
], | ||
}, | ||
@@ -23,0 +26,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
345003
1385