Skip to content

Commit 5c999b7

Browse files
Typos
1 parent 44e31b7 commit 5c999b7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "castlecss-documentation",
2+
"name": "castlecss-docs",
33
"version": "0.1.1",
4-
"description": "CastleCSS is a modulular, mobile first, upgradable SCSS framework",
4+
"description": "Documentation for CastleCSS",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -28,6 +28,10 @@
2828
"castlecss-core": "^1.7.3",
2929
"castlecss-notifications": "^0.3.0"
3030
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/CastleCSS/castlecss-docs.git"
34+
},
3135
"devDependencies": {
3236
"autoprefixer": "^6.3.6",
3337
"cssnano": "^3.7.3",
@@ -40,5 +44,7 @@
4044
"nunjucks": "^2.4.2",
4145
"pixrem": "^3.0.0"
4246
},
43-
"readme": "ERROR: No README data found!"
47+
"bugs": {
48+
"url": "https://github.com/CastleCSS/castlecss-docs/issues"
49+
}
4450
}

0 commit comments

Comments
 (0)