Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Mar 25, 2021
1 parent dd02708 commit 6573ef2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@primer/primitives",
"version": "4.0.0",
"version": "4.0.1",
"description": "Typography, spacing, and color primitives for Primer design system",
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
"repository": "https://github.com/primer/primitives",
Expand All @@ -27,7 +29,6 @@
"watch": "ls data/**/*.scss script/**/*.ts | entr -s 'yarn build'",
"release": "yarn build && changeset publish"
},
"dependencies": {},
"devDependencies": {
"@changesets/changelog-github": "^0.3.0",
"@changesets/cli": "^2.11.2",
Expand Down

0 comments on commit 6573ef2

Please sign in to comment.