Skip to content

Commit 2972608

Browse files
Package.json name, and git url’s
1 parent e680840 commit 2972608

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "castlecss",
2+
"name": "castlecss-boilerplate",
33
"version": "1.0.0",
4-
"description": "CastleCSS is a modulular, mobile first, upgradable SCSS framework",
4+
"description": "Boilerplate for CastleCSS",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/CastleCSS/castlecss.git"
11+
"url": "git+https://github.com/CastleCSS/castlecss-boilerplate.git"
1212
},
1313
"keywords": [
14+
"boilerplate",
1415
"castlecss",
1516
"castle",
1617
"css",
@@ -23,12 +24,12 @@
2324
"author": "Darius Rosendahl <darius@denieuwezaak.nl> (http://www.castlecss.com)",
2425
"license": "MIT",
2526
"bugs": {
26-
"url": "https://github.com/CastleCSS/castlecss/issues"
27+
"url": "https://github.com/CastleCSS/castlecss-boilerplate/issues"
2728
},
2829
"homepage": "http://www.castlecss.com",
2930
"dependencies": {
3031
"castlecss-buttons": "^0.4.1",
31-
"castlecss-core": "^1.7.3",
32+
"castlecss-core": "^2.0.1",
3233
"castlecss-notifications": "^0.3.0"
3334
},
3435
"devDependencies": {

0 commit comments

Comments
 (0)