Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pawk3k/component-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: pawk3k/component-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 6, 2022

  1. Copy the full SHA
    0ec1a5a View commit details
Showing with 9 additions and 2 deletions.
  1. +1 −0 .gitignore
  2. +8 −2 package.json
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
lib/
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly && vite build",
"build": "tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"create-component": "./create-component.sh",
@@ -47,5 +47,11 @@
"author": "Pavlo Ravliv <pawk3k@users.noreply.github.com> (https://github.com/ryansonshine)",
"engines": {
"node": ">=12.0"
}
},
"files": [
"/lib/**/*",
"/assets",
"/fonts",
"/native"
]
}