|
1 | 1 | { |
2 | | - "version": "0.5.1", |
3 | | - "name": "primer-cards", |
4 | | - "description": "Card-like containers to group semantically related content together on marketing websites at GitHub.", |
| 2 | + "version": "0.0.1", |
| 3 | + "name": "primer-branch-name", |
| 4 | + "description": "A nice, consistent way to display branch names.", |
5 | 5 | "homepage": "http://primercss.io/", |
6 | | - "author": "GitHub, Inc.", |
7 | | - "license": "MIT", |
8 | | - "style": "build/build.css", |
9 | | - "main": "build/index.js", |
10 | 6 | "primer": { |
11 | | - "category": "marketing", |
| 7 | + "category": "product", |
12 | 8 | "module_type": "components" |
13 | 9 | }, |
14 | | - "files": [ |
15 | | - "index.scss", |
16 | | - "lib", |
17 | | - "build" |
18 | | - ], |
19 | | - "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-cards", |
| 10 | + "author": "GitHub, Inc.", |
| 11 | + "license": "MIT", |
| 12 | + "style": "index.scss", |
| 13 | + "main": "build/index.js", |
| 14 | + "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-branch-name", |
20 | 15 | "bugs": { |
21 | 16 | "url": "https://github.com/primer/primer-css/issues" |
22 | 17 | }, |
23 | 18 | "scripts": { |
| 19 | + "test-docs": "../../script/test-docs", |
24 | 20 | "build": "../../script/npm-run primer-module-build index.scss", |
25 | 21 | "prepare": "npm run build", |
26 | 22 | "lint": "../../script/lint-scss", |
27 | | - "test": "../../script/npm-run-all build lint" |
| 23 | + "test": "../../script/npm-run-all build lint test-docs" |
28 | 24 | }, |
29 | 25 | "dependencies": { |
30 | | - "primer-marketing-support": "1.3.1", |
31 | 26 | "primer-support": "4.4.1" |
32 | 27 | }, |
33 | 28 | "keywords": [ |
34 | | - "cards", |
35 | | - "css", |
36 | 29 | "github", |
37 | | - "primer", |
38 | | - "primercss", |
39 | | - "style" |
| 30 | + "primer" |
40 | 31 | ] |
41 | 32 | } |
0 commit comments