Skip to content

Commit

Permalink
Merge branch 'alpha' of github.com:master-style/styles into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSeage committed Dec 15, 2021
2 parents a757937 + 45d1097 commit 769ec86
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
19 changes: 11 additions & 8 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"ui"
],
"peerDependencies": {
"@master/style": "^1.0.0-alpha"
"@master/style": "^1.0.0-alpha.14"
},
"repository": {
"type": "git",
"url": "https://github.com/master-style/styles.git"
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "./tsconfig.json",
"include": [
"./src/**/*index.ts",
"./src/**/*.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ module.exports = {
format: {
comments: false,
},
mangle: {
properties: true
}
},
extractComments: false,
}),
Expand Down

0 comments on commit 769ec86

Please sign in to comment.