Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev branch for new release #243

Merged
merged 9 commits into from Jul 10, 2017
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -13,10 +13,10 @@ The Primer CSS repo is managed as a monorepo that is composed of many npm packag

| Package | Version |
|---|---|
| **[primer-css](/packages/primer-css)** <br />Includes all 23 packages | [![npm](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.com/package/primer-css) |
| [primer-core](/packages/primer-core) | [![npm](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.com/package/primer-core) |
| [primer-product](/packages/primer-product) | [![npm](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.com/package/primer-product) |
| [primer-marketing](/packages/primer-marketing) | [![npm](http://img.shields.io/npm/v/primer-marketing.svg)](https://www.npmjs.com/package/primer-marketing) |
| **[primer-css](/modules/primer-css)** <br />Includes all 23 packages | [![npm](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.com/package/primer-css) |
| [primer-core](/modules/primer-core) | [![npm](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.com/package/primer-core) |
| [primer-product](/modules/primer-product) | [![npm](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.com/package/primer-product) |
| [primer-marketing](/modules/primer-marketing) | [![npm](http://img.shields.io/npm/v/primer-marketing.svg)](https://www.npmjs.com/package/primer-marketing) |

## Install

Expand Down Expand Up @@ -49,7 +49,7 @@ Then, you would import the module with:
Or, while you're figuring out which modules you need, you can import them directly from the `primer-css` [`packages` directory](./packages) like so:

```scss
@import "primer-css/packages/primer-navigation/index.css";
@import "primer-css/modules/primer-navigation/index.css";
```


Expand Down
2 changes: 1 addition & 1 deletion modules/primer-alerts/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-alerts",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-alerts",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-avatars/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-avatars",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-avatars",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-base/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-base",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-base",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-blankslate/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-blankslate",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-blankslate",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-box/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-box",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-box",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-breadcrumb/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-breadcrumb",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-breadcrumb",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-buttons/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-buttons",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-buttons",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-cards/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-cards",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-cards",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/primer-core/package.json
Expand Up @@ -11,7 +11,7 @@
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-core",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-core",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -21,7 +21,7 @@
"test": "npm run build"
},
"dependencies": {
"primer-base": "^0.4.0",
"primer-base": "^1.1.4",
"primer-box": "^2.1.7",
"primer-buttons": "^2.0.5",
"primer-forms": "^1.0.12",
Expand Down
4 changes: 2 additions & 2 deletions modules/primer-css/package.json
Expand Up @@ -11,7 +11,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-css",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-css",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"primer-alerts": "^1.1.7",
"primer-avatars": "^1.0.1",
"primer-base": "^0.4.0",
"primer-base": "^1.1.4",
"primer-blankslate": "^1.0.1",
"primer-box": "^2.1.7",
"primer-breadcrumb": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-forms/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-forms",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-forms",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-labels/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-labels",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-labels",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-layout/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-layout",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-layout",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-markdown/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-markdown",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-markdown",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-marketing-support/package.json
Expand Up @@ -10,7 +10,7 @@
"index.scss",
"lib"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing-support",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-marketing-support",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-marketing-type/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing-type",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-marketing-type",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-marketing-utilities/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing-utilities",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-marketing-utilities",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-marketing/package.json
Expand Up @@ -11,7 +11,7 @@
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-marketing",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-navigation/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-navigation",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-navigation",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-page-headers/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-page-headers",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-page-headers",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-page-sections/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-page-sections",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-page-sections",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-product/package.json
Expand Up @@ -11,7 +11,7 @@
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-product",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-product",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-support/package.json
Expand Up @@ -10,7 +10,7 @@
"index.scss",
"lib"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-support",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-support",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-table-object/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-table-object",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-table-object",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-tables/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-tables",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-tables",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-tooltips/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-tooltips",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-tooltips",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-truncate/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-truncate",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-truncate",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-utilities/package.json
Expand Up @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-utilities",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-utilities",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -6,9 +6,8 @@
"updated": "lerna updated",
"diff": "lerna diff",
"publish": "lerna publish",
"skipgit": "lerna publish --skip-git",
"dev": "lerna publish --npm-tag=dev",
"rc": "lerna publish --npm-tag=rc",
"dev": "lerna publish --npm-tag=dev --skip-git",
"rc": "lerna publish --npm-tag=rc --skip-git",
"force": "lerna publish --force-publish=*"
},
"devDependencies": {
Expand Down