Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyul committed Jun 8, 2016
1 parent 79b1016 commit 75d2445
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Switch

[![Build Status](https://travis-ci.org/zhiyul/Switch.svg?branch=master)](https://travis-ci.org/zhiyul/Switch)[![Coverage Status](https://coveralls.io/repos/github/zhiyul/Switch/badge.svg?branch=master)](https://coveralls.io/github/zhiyul/Switch?branch=master)
[![Build Status](https://travis-ci.org/zhiyul/Switch.svg?branch=master)](https://travis-ci.org/zhiyul/Switch)

[![Coverage Status](https://coveralls.io/repos/github/zhiyul/Switch/badge.svg?branch=master)](https://coveralls.io/github/zhiyul/Switch?branch=master)

:rabbit: A simple and powerful iOS style switch for checkbox.

Expand Down
2 changes: 1 addition & 1 deletion build/webpack.dist.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
entry: './src/index',
output: {
path: DIST_DIR,
publicPath: '/',
publicPath: '/dist',
filename: "switch.js",
library: "Switch",
libraryTarget: 'umd'
Expand Down
2 changes: 1 addition & 1 deletion dist/switch.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75d2445

Please sign in to comment.