stories-react
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "stories-react", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "instagram style stories in react js", | ||
@@ -19,3 +19,4 @@ "main": "dist/index.js", | ||
], | ||
"homepage": "https://github.com/hannadrehman/stories-react", | ||
"repository": "https://github.com/hannadrehman/stories-react/", | ||
"homepage": "https://hannadrehman.github.io/stories-react/", | ||
"bugs": "https://github.com/hannadrehman/stories-react/issues", | ||
@@ -22,0 +23,0 @@ "author": { |
@@ -18,3 +18,3 @@ <h1 style="margin: 0" align="center">stories-react</h1> | ||
You can find working demo [here](https://hannadrehman.github.io/stories-react/docs/intro) | ||
You can find working demo [here](https://hannadrehman.github.io/stories-react/) | ||
@@ -51,3 +51,3 @@ # Usage | ||
height="600px" | ||
stries={stories} | ||
stories={stories} | ||
/> | ||
@@ -54,0 +54,0 @@ ); |
@@ -30,3 +30,5 @@ import peerDepsExternal from 'rollup-plugin-peer-deps-external'; | ||
commonjs(), | ||
typescript({ useTsconfigDeclarationDir: true }), | ||
typescript({ | ||
tsconfig: './tsconfig.json', | ||
}), | ||
postcss({ | ||
@@ -33,0 +35,0 @@ extensions: ['.css'], |
{ | ||
"compilerOptions": { | ||
"lib": [ | ||
"dom", | ||
"dom.iterable", | ||
"esnext" | ||
], | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"strict": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"target": "es5", | ||
@@ -17,12 +12,8 @@ "module": "esnext", | ||
"declarationMap": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"importHelpers": true, | ||
"moduleResolution": "Node" | ||
}, | ||
"exclude": [ | ||
"node_modules", | ||
"build", | ||
"dist", | ||
"example", | ||
"rollup.config.js" | ||
], | ||
"exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"], | ||
"useTsconfigDeclarationDir": true | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
526111
948