Skip to content

Commit c7d4dc3

Browse files
committed
minor update
1 parent 8f63dfc commit c7d4dc3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

demo/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-swipe.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ return /******/ (function(modules) { // webpackBootstrap
176176
position: 'relative',
177177
transitionProperty: 'transform'
178178
}
179-
}
179+
},
180+
className: ''
180181
};
181182
exports.default = ReactSwipe;
182183
module.exports = exports['default'];

dist/react-swipe.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-swipe",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Brad Birdsall's Swipe.js, as a React component",
55
"homepage": "https://github.com/voronianski/react-swipe",
66
"keywords": [
@@ -53,7 +53,7 @@
5353
"build": "npm run build-babel && npm run build-dist-dev && npm run build-dist-prod",
5454
"build-dist-dev": "NODE_ENV=development webpack --config webpack.config --colors",
5555
"build-dist-prod": "NODE_ENV=production webpack --config webpack.config --progress --colors -p",
56-
"build-demo": "browserify ./new-demo/index.js -t [ babelify --presets [ es2015 stage-0 react ] --plugins [ transform-object-assign ] ] | uglifyjs -cm > ./new-demo/bundle.min.js",
56+
"build-demo": "browserify ./demo/index.js -t [ babelify --presets [ es2015 stage-0 react ] --plugins [ transform-object-assign ] ] | uglifyjs -cm > ./demo/bundle.min.js",
5757
"build-babel": "babel ./src/ReactSwipe.js --out-file index.js",
5858
"lint": "eslint ./src",
5959
"lint-dev": "eslint --fix ./src",

0 commit comments

Comments
 (0)