diff --git a/es5/ProgressCircle.js b/dist/ProgressCircle.js similarity index 96% rename from es5/ProgressCircle.js rename to dist/ProgressCircle.js index b6b1ae9..9c6e306 100644 --- a/es5/ProgressCircle.js +++ b/dist/ProgressCircle.js @@ -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 diff --git a/es5/ProgressCircle.min.js b/dist/ProgressCircle.min.js similarity index 92% rename from es5/ProgressCircle.min.js rename to dist/ProgressCircle.min.js index 3d63b63..798f796 100644 --- a/es5/ProgressCircle.min.js +++ b/dist/ProgressCircle.min.js @@ -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 diff --git a/package.json b/package.json index 586c978..c75d82b 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/tasks/config/webpack.js b/tasks/config/webpack.js index 7e623c5..96f270b 100644 --- a/tasks/config/webpack.js +++ b/tasks/config/webpack.js @@ -30,7 +30,7 @@ module.exports = function(grunt) { // Where to output output: { - path: './es5', + path: './dist', filename: '[name].js', libraryTarget: 'commonjs2' },