Skip to content

Commit 26f96fc

Browse files
committed
update root package.json
1 parent 6c3b031 commit 26f96fc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
{
2-
"version": "6.0.0",
32
"name": "primer-css",
43
"description": "Primer is the CSS toolkit that powers GitHub's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility, and to keep GitHub uniquely *GitHubby*. It's built with SCSS, so it's easy to include all or part of it within your own project.",
54
"homepage": "http://primercss.io/",
65
"author": "GitHub, Inc.",
76
"license": "MIT",
8-
"style": "build/build.css",
9-
"files": [
10-
"index.scss",
11-
"lib",
12-
"build"
13-
],
147
"repository": {
158
"type": "git",
169
"url": "https://github.com/primer/primer-css.git"
@@ -26,11 +19,6 @@
2619
"prepublish": "npm run build",
2720
"test": "npm run build"
2821
},
29-
"dependencies": {
30-
"primer-core": "^3.0.0",
31-
"primer-marketing": "^3.0.0",
32-
"primer-product": "^3.0.0"
33-
},
3422
"devDependencies": {
3523
"lerna": "^2.0.0-rc.2",
3624
"primer-module-build": "*"

0 commit comments

Comments
 (0)