Skip to content

Commit

Permalink
added main field
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Feb 27, 2015
1 parent 93b542a commit d8bf2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function writeBower() {
homepage: pkg.homepage,
ignore: pkg.config.bower.ignore,
repository: pkg.repository,
main: pkg.config.bower.main,
main: pkg.config.main,
};
fs.writeFile('bower.json', JSON.stringify(bower, null, '\t'));
return true;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"url": "http://www.jacklmoore.com",
"email": "[email protected]"
},
"main": "dest/autosize.js",
"license": "MIT",
"homepage": "http://www.jacklmoore.com/autosize",
"demo": "http://www.jacklmoore.com/autosize",
Expand All @@ -28,8 +29,7 @@
"config": {
"bower": {
"name": "autosize",
"ignore": [],
"main": "dest/autosize.js"
"ignore": []
},
"title": "Autosize",
"fileName": "autosize"
Expand Down

0 comments on commit d8bf2a3

Please sign in to comment.