Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Commit 05f3654

Browse files
committed
Updated package settings to correct values
1 parent 23b7453 commit 05f3654

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "modular-scale-scss-functions",
2+
"name": "scss-modular-scale",
33
"version": "0.0.1",
44
"description":
55
"A modular scale SCSS function with a few complimentary helper functions",
@@ -9,15 +9,15 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+ssh://git@github.com/boov/modular-scale-scss-functions.git"
12+
"url": "git+ssh://git@github.com/boov/scss-modular-scale.git"
1313
},
1414
"keywords": ["modular", "scale", "scss", "css", "functions"],
1515
"author": "Matthew Booth <matt@boov.co.uk>",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/boov/modular-scale-scss-functions/issues"
18+
"url": "https://github.com/boov/scss-modular-scale/issues"
1919
},
20-
"homepage": "https://github.com/boov/modular-scale-scss-functions#readme",
20+
"homepage": "https://github.com/boov/scss-modular-scale#readme",
2121
"devDependencies": {
2222
"gulp": "^3.9.1",
2323
"gulp-plumber": "^1.2.0",

0 commit comments

Comments
 (0)