Skip to content

Commit

Permalink
feat(sdf): sdfsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gar committed Feb 26, 2017
1 parent ba8a7ec commit b3e538e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "handwrite",
"version": "0.0.0-development",
"description": "creates masking effect that looks like handwriting",
"main": "index.js",
"main": "dist/index.umd.js",
"scripts": {
"start": "node server.js",
"commit": "git-cz",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
output: {
path: join(__dirname, 'dist'),
libraryTarget: 'umd',
library: 'Freckles'
library: 'Handwrite'
},
devtool: 'source-map',
module: {
Expand Down

0 comments on commit b3e538e

Please sign in to comment.