Skip to content

Commit 29d7257

Browse files
author
AMJones
committed
Package name change.
1 parent d412452 commit 29d7257

File tree

6 files changed

+587
-26
lines changed

6 files changed

+587
-26
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "strapless/buttons",
2+
"name": "deviscoding/buttons",
33
"description": "Drop in replacement for Bootstrap buttons, with Material Design effects. Designed for the StrapLess Framework, but usable as a standalone component.",
44
"keywords": [
55
"buttons",
@@ -11,17 +11,20 @@
1111
"ripple",
1212
"css"
1313
],
14-
"homepage": "https://www.github.com/strapless/buttons",
15-
"version": "1.1",
14+
"homepage": "https://www.github.com/deviscoding/buttons",
15+
"version": "1.1.1",
1616
"authors": [
1717
{
1818
"name": "Aaron M Jones",
1919
"homepage": "http://www.jonesiscoding.com"
2020
}
2121
],
22+
"replace": {
23+
"strapless/buttons": "^1.0"
24+
},
2225
"license": "MIT",
2326
"require": {
24-
"strapless/base": "^1.1",
25-
"strapless/colors": "^1.0"
27+
"deviscoding/base": "^1.1",
28+
"deviscoding/colors": "^1.0"
2629
}
2730
}

composer.lock

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

0 commit comments

Comments
 (0)