Skip to content

Commit e9d63eb

Browse files
author
AMJones
committed
Package name change.
1 parent 7334454 commit e9d63eb

File tree

9 files changed

+84
-66
lines changed

9 files changed

+84
-66
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
{
2-
"name": "strapless/drawer",
2+
"name": "deviscoding/drawer",
3+
"description": "Responsive navigation drawer with Material Design styling written in CSS & jQuery.",
34
"keywords": [
45
"responsive",
56
"drawer",
67
"material",
78
"sass",
89
"scss",
10+
"deviscoding",
911
"strapless",
1012
"css"
1113
],
12-
"homepage": "https://www.github.com/strapless/drawer",
13-
"version": "2.0.3",
14+
"homepage": "https://www.github.com/deviscoding/drawer",
15+
"version": "2.0.4",
1416
"authors": [
1517
{
1618
"name": "Aaron M Jones",
1719
"homepage": "http://www.jonesiscoding.com"
1820
}
1921
],
2022
"license": "MIT",
23+
"replace": {
24+
"strapless/drawer": "^2.0"
25+
},
2126
"require": {
22-
"strapless/colors": "^1.0.4",
23-
"strapless/base": "^1.1.1",
24-
"strapless/display": "^1.0",
25-
"strapless/layout": "^1.0"
27+
"deviscoding/colors": "^1.0.4",
28+
"deviscoding/base": "^1.1.1",
29+
"deviscoding/display": "^1.0",
30+
"deviscoding/layout": "^1.0"
2631
}
2732
}

composer.lock

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

dist/css/drawer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* StrapLess Drawer v2.0.3 (http://github.com/strapless/drawer)
3-
* Licensed under MIT (https://github.com/strapless/drawer/blob/master/LICENSE)
2+
* DevIsCoding Drawer v2.0.4 (http://github.com/deviscoding/drawer)
3+
* Licensed under MIT (https://github.com/deviscoding/drawer/blob/master/LICENSE)
44
*/
55
.drawer {
66
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);

0 commit comments

Comments
 (0)