Skip to content

Commit

Permalink
Merge pull request #6 from indivorg/normalize-pkg
Browse files Browse the repository at this point in the history
chore: normalize package.json
  • Loading branch information
simenandre authored Aug 6, 2021
2 parents 17de2be + 7b0c4b7 commit 4990ff0
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "@indivorg/kit",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
"keywords": [
"style-guide",
"theme-ui",
Expand All @@ -13,19 +10,24 @@
"design",
"indiv"
],
"files": [
"dist/"
],
"repository": "github:indivorg/kit",
"license": "Apache-2.0",
"author": "Bjerk AS / Indiv AS",
"main": "./dist/cjs/components.js",
"types": "./dist/esm/components.d.ts",
"module": "./dist/esm/components.js",
"source": "src/components.ts",
"author": "Bjerk AS / Indiv AS",
"license": "Apache-2.0",
"repository": "indivorg/kit",
"peerDependencies": {
"react": "^16 || ^17",
"theme-ui": ">=^0.10"
"types": "./dist/esm/components.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc && tsc -p tsconfig.cjs.json",
"dev": "start-storybook -p 9009",
"build-storybook": "build-storybook"
},
"dependencies": {
"react-table": "^7.7.0",
"storybook-addon-theme-ui": "^0.1.5"
},
"devDependencies": {
"@babel/core": "^7.14.6",
Expand Down Expand Up @@ -59,17 +61,15 @@
"theme-ui": "^0.10.0",
"typescript": "^4"
},
"peerDependencies": {
"react": "^16 || ^17",
"theme-ui": ">=^0.10"
},
"publishConfig": {
"access": "public"
},
"volta": {
"node": "14.15.0",
"yarn": "1.22.10"
},
"scripts": {
"build": "tsc && tsc -p tsconfig.cjs.json",
"dev": "start-storybook -p 9009",
"build-storybook": "build-storybook"
},
"dependencies": {
"react-table": "^7.7.0",
"storybook-addon-theme-ui": "^0.1.5"
}
}
}

0 comments on commit 4990ff0

Please sign in to comment.