Skip to content

Commit

Permalink
New version 2.1.3 published
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitk05 committed Mar 16, 2021
1 parent 8088d48 commit 2e11e24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
example
example
src
.babelrc
.eslintrc
webpack.config.js
tsconfig.json
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class App extends React.Component {
return (
<div className="App">
<div className="left">
<h2><code><a rel="noopener noreferrer" href="https://www.npmjs.com/package/react-insta-stories" target="_blank">react-insta-stories [v2.1.2]</a></code></h2>
<h2><code><a rel="noopener noreferrer" href="https://www.npmjs.com/package/react-insta-stories" target="_blank">react-insta-stories [v2.1.3]</a></code></h2>
<p>Create Instagram like stories on the web using React</p>
<br />
<code ><span style={{ background: '#eee', padding: 5, paddingLeft: 10, paddingRight: 10, borderRadius: 5, width: 'auto' }}>npm i react-insta-stories</span></code>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-insta-stories",
"version": "2.1.2",
"version": "2.1.3",
"description": "A React component for Instagram like stories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,6 @@
"start": "webpack --watch --mode development",
"example": "cd example && npm start",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish && npm run deploy",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/dist",
"buildall": "npm install && webpack --mode production && cd example && npm install && npm run build"
Expand Down

1 comment on commit 2e11e24

@vercel
Copy link

@vercel vercel bot commented on 2e11e24 Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.