Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deguchi committed Sep 17, 2021
1 parent 3357f5c commit c73a987
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 329 deletions.
117 changes: 0 additions & 117 deletions lib/DefaultItem.js

This file was deleted.

196 changes: 0 additions & 196 deletions lib/Hiradumi.js

This file was deleted.

17 changes: 3 additions & 14 deletions lib/index.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": "hiradumi",
"version": "2.0.0",
"description": "アスペクト比を維持して幅ぴったりにレイアウトするReactコンポーネント",
"main": "lib/Hiradumi.js",
"main": "lib/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
output: {
filename: 'index.js',
path: path.join(__dirname, 'lib'),
libraryTarget: 'umd',
libraryTarget: 'commonjs2',
},
module: {
rules: [
Expand Down

0 comments on commit c73a987

Please sign in to comment.