Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Paelinck committed Mar 15, 2018
1 parent 9603c4d commit 59d582a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuka-carousel",
"version": "3.1.0",
"version": "4.0.0",
"description": "Pure React Carousel",
"main": "index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -60,8 +60,7 @@
"version": "npm run build",
"start": "webpack-dev-server --mode development",
"build-babel": "babel src",
"build-es":
"builder run --env \"{\\\"BABEL_ENV\\\":\\\"esm\\\"}\" build-babel -- -d es",
"build-es": "builder run --env \"{\\\"BABEL_ENV\\\":\\\"esm\\\"}\" build-babel -- -d es",
"build-lib": "builder run build-babel -- -d lib",
"build-dist": "webpack --config webpack.dist.config.js --mode production",
"build": "builder concurrent --buffer build-lib build-es",
Expand All @@ -74,7 +73,11 @@
"type": "git",
"url": "https://github.com/kenwheeler/nuka-carousel.git"
},
"keywords": ["react", "carousel", "nuka"],
"keywords": [
"react",
"carousel",
"nuka"
],
"author": "Ken Wheeler",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 59d582a

Please sign in to comment.