@trigger.dev/companyicons
Advanced tools
Comparing version 1.4.0 to 1.5.1
{ | ||
"name": "@trigger.dev/companyicons", | ||
"version": "1.4.0", | ||
"version": "1.5.1", | ||
"description": "Easily render company icons in your React app.", | ||
@@ -9,3 +9,3 @@ "homepage": "https://github.com/triggerdotdev/company-icons", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/types.d.ts", | ||
"files": [ | ||
@@ -23,4 +23,3 @@ "/dist" | ||
"build-storybook": "storybook build", | ||
"prepublishOnly": "npm run build", | ||
"publish": "np minor" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -58,3 +57,2 @@ "keywords": [ | ||
"jest-environment-jsdom": "^29.5.0", | ||
"np": "^7.7.0", | ||
"rollup": "^3.0.0", | ||
@@ -61,0 +59,0 @@ "rollup-plugin-dts": "^5.3.0", |
@@ -104,4 +104,5 @@ # Company Icons | ||
1. check any changes look good in Storybook. | ||
2. Run `npm run publish` to publish a new version. It will bump the version number and publish to npm. | ||
3. Commit the changes to the repository. | ||
2. Bump the version number. | ||
3. Run `npm publish` to publish a new version. | ||
4. Push the modified package.json to the repository. | ||
@@ -108,0 +109,0 @@ ## License |
27
115
27971