Skip to content

Commit

Permalink
Alpha - Publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeIJ committed Aug 29, 2022
1 parent 39a1a2e commit 6bb1129
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maximeij/react-csstick",
"version": "0.0.6",
"version": "0.0.7",
"description": "CSS Stick figures and comics",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -15,9 +15,12 @@
"rollup": "rimraf lib && rollup -c",
"prepublishOnly": "npm run rollup"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaximeIJ/react-csstick.git"
"url": "https://github.com/MaximeIJ/react-csstick.git"
},
"keywords": [
"css",
Expand Down Expand Up @@ -58,8 +61,5 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^4.7.4"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/MaximeIJ"
}
}
2 changes: 1 addition & 1 deletion src/components/TextBubble/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Default: Required<TextBubbleProps> = {
id: 'text bubble',
onClick: () => null,
text: '',
font: 'comic sans',
font: 'Comic Sans MS, Comic Sans, cursive',
fontSize: '2rem',
fontWeight: 'normal',
borderColor: 'transparent',
Expand Down

0 comments on commit 6bb1129

Please sign in to comment.