1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 05:06:04 +03:00

remove npm metadata from top-level package.json with @shawnbot

This commit is contained in:
broccolini 2017-06-23 17:39:58 -04:00
parent 018afdfb8c
commit fc1b79c39d

View File

@ -1,29 +1,11 @@
{
"name": "primer-css",
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css.git"
},
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"updated": "lerna updated"
},
"devDependencies": {
"lerna": "^2.0.0-rc.2",
"primer-module-build": "*"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
"dependencies": {
"lerna": "^2.0.0-rc.2"
}
}