Skip to content

Commit

Permalink
Merge pull request #9 from vadymshymko/develop
Browse files Browse the repository at this point in the history
Update path to module
  • Loading branch information
vadymshymko authored Oct 9, 2019
2 parents 7f50080 + ec142d8 commit 0b39270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-simply-carousel",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple react.js carousel component",
"main": "dist/index.js",
"files": [
"dist/",
"src/"
],
"unpkg": "dist/index.js",
"module": "src/index.js",
"module": "dist/index.js",
"sideEffects": false,
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit 0b39270

Please sign in to comment.