Skip to content

Commit 39fc2ad

Browse files
author
AMJones
committed
Package Name Change.
1 parent e7ec012 commit 39fc2ad

File tree

7 files changed

+603
-752
lines changed

7 files changed

+603
-752
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 StrapLess
3+
Copyright (c) 2017 DevIsCoding
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StrapLess FlexBox
1+
# DevIsCoding FlexBox
22
SASS Mixins and CSS classes for easily utilizing flexbox. Inspired by Bootstrap 4, but usable as a standalone component.
33

44

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "strapless/flexbox",
2+
"name": "deviscoding/flexbox",
33
"description": "CSS Utility classes for easily utilizing flexbox. Inspired by Bootstrap 4, but usable as a standalone component.",
44
"keywords": [
55
"responsive",
@@ -9,16 +9,19 @@
99
"strapless",
1010
"css"
1111
],
12-
"homepage": "https://www.github.com/strapless/flexbox",
13-
"version": "1.1",
12+
"homepage": "https://www.github.com/deviscoding/flexbox",
13+
"version": "1.1.1",
1414
"authors": [
1515
{
1616
"name": "Aaron M Jones",
1717
"homepage": "http://www.jonesiscoding.com"
1818
}
1919
],
2020
"license": "MIT",
21+
"replace": {
22+
"strapless/flexbox": "^1.0"
23+
},
2124
"require": {
22-
"strapless/base": "^1.0"
25+
"deviscoding/base": "^1.0"
2326
}
2427
}

0 commit comments

Comments
 (0)