Skip to content

Commit

Permalink
fixed wrong main entry and renamed es5 folder to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Suttell committed Nov 4, 2015
1 parent 4061fba commit 591c61c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions es5/ProgressCircle.js → dist/ProgressCircle.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* __ .__ .__ .__ __
* _______ ____ _____ _____/ |_ _____| |__ |__|_____ _____________ ____ ___________ ____ ______ ______ ____ |__|______ ____ | | __ ____
* \_ __ \_/ __ \\__ \ _/ ___\ __\ ______ / ___/ | \| \____ \ ______ \____ \_ __ \/ _ \ / ___\_ __ \_/ __ \ / ___// ___/ ______ _/ ___\| \_ __ \_/ ___\| |/ // __ \
* | | \/\ ___/ / __ \\ \___| | /_____/ \___ \| Y \ | |_> > /_____/ | |_> > | \( <_> ) /_/ > | \/\ ___/ \___ \ \___ \ /_____/ \ \___| || | \/\ \___| <\ ___/
* |__| \___ >____ /\___ >__| /____ >___| /__| __/ | __/|__| \____/\___ /|__| \___ >____ >____ > \___ >__||__| \___ >__|_ \\___ >
* \/ \/ \/ \/ \/ |__| |__| /_____/ \/ \/ \/ \/ \/ \/ \/
* react-ship-progress-circke 0.1.0
* __ .__ .__ .__ .__
* _______ ____ _____ _____/ |_ _____| |__ |__|_____ _____________ ____ ___________ ____ ______ ______ ____ |__|______ ____ | | ____
* \_ __ \_/ __ \\__ \ _/ ___\ __\ ______ / ___/ | \| \____ \ ______ \____ \_ __ \/ _ \ / ___\_ __ \_/ __ \ / ___// ___/ ______ _/ ___\| \_ __ \_/ ___\| | _/ __ \
* | | \/\ ___/ / __ \\ \___| | /_____/ \___ \| Y \ | |_> > /_____/ | |_> > | \( <_> ) /_/ > | \/\ ___/ \___ \ \___ \ /_____/ \ \___| || | \/\ \___| |_\ ___/
* |__| \___ >____ /\___ >__| /____ >___| /__| __/ | __/|__| \____/\___ /|__| \___ >____ >____ > \___ >__||__| \___ >____/\___ >
* \/ \/ \/ \/ \/ |__| |__| /_____/ \/ \/ \/ \/ \/ \/
* react-ship-progress-circle 0.1.0
* Description: React SVG Progress Circle
* Author: Isaac Suttell
* Homepage: https://github.com/ship-components/react-ship-progress-circle#readme
Expand Down
14 changes: 7 additions & 7 deletions es5/ProgressCircle.min.js → dist/ProgressCircle.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-ship-progress-circle",
"version": "0.1.0",
"description": "React SVG Progress Circle",
"main": "src/Checkbox.js",
"main": "dist/ProgressCircle.js",
"scripts": {
"test": "./node_modules/jest-cli/bin/jest.js src/ --visual --coverage",
"build": "grunt build"
Expand Down
2 changes: 1 addition & 1 deletion tasks/config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(grunt) {

// Where to output
output: {
path: './es5',
path: './dist',
filename: '[name].js',
libraryTarget: 'commonjs2'
},
Expand Down

0 comments on commit 591c61c

Please sign in to comment.