Skip to content

Commit

Permalink
chore: improve distributed bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Apr 9, 2019
1 parent 24166ab commit 0627d2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "index.js",
"module": "es/index.js",
"typings": "index.d.ts",
"homepage": "https://cahilfoley.github.io/utils/",
"bugs": {
"url": "https://github.com/cahilfoley/utils/issues",
"email": "[email protected]"
},
"keywords": [
"utils",
"utilities"
Expand Down
3 changes: 3 additions & 0 deletions scripts/copyAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ const tempDir = path.join(process.cwd(), '.temp')
const packageInfo = pick(require(path.join(process.cwd(), 'package.json')), [
'author',
'dependencies',
'bugs',
'description',
'keywords',
'license',
'main',
'module',
'repository',
'homepage',
'name',
'peerDependencies',
'typings',
Expand Down

0 comments on commit 0627d2d

Please sign in to comment.