Skip to content

Commit 8af890f

Browse files
author
AMJones
committed
Package name change & updated dependencies.
1 parent 6caac9b commit 8af890f

File tree

8 files changed

+310
-124
lines changed

8 files changed

+310
-124
lines changed

composer.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "strapless/utility",
3-
"description": "Groups the StrapLess base, color, flexbox, and display components together for a minimal CSS utility package.",
2+
"name": "deviscoding/utility",
3+
"description": "Groups the DevIsCoding base, color, flexbox, and display components together for a minimal CSS utility package.",
44
"keywords": [
55
"sass",
66
"css",
@@ -10,20 +10,23 @@
1010
"flexbox",
1111
"display"
1212
],
13-
"homepage": "https://www.github.com/strapless/utility",
14-
"version": "1.2",
13+
"homepage": "https://www.github.com/deviscoding/utility",
14+
"version": "1.2.1",
1515
"authors": [
1616
{
1717
"name": "Aaron M Jones",
1818
"homepage": "http://www.jonesiscoding.com"
1919
}
2020
],
2121
"license": "MIT",
22+
"replace": {
23+
"strapless/utility": "^1.0"
24+
},
2225
"require": {
23-
"strapless/base": "^1.1.9",
24-
"strapless/colors": "^1.0.4",
25-
"strapless/display": "^1.0",
26-
"strapless/flexbox": "^1.1",
27-
"strapless/grid": "^1.0.5"
26+
"deviscoding/base": "^2.0",
27+
"deviscoding/colors": "^1.0.4",
28+
"deviscoding/display": "^1.0.8",
29+
"deviscoding/flexbox": "^1.1.2",
30+
"deviscoding/grid": "^1.0.7"
2831
}
2932
}

composer.lock

Lines changed: 155 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)