Skip to content

Commit 4582213

Browse files
author
AMJones
committed
Package name change.
1 parent 7a0437f commit 4582213

File tree

4 files changed

+51
-37
lines changed

4 files changed

+51
-37
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

composer.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
{
2-
"name": "strapless/layout",
2+
"name": "deviscoding/layout",
33
"description": "CSS Classes, Mixins and Functions to control header, footer, and basic layout in the StrapLess CSS Framework. Also usable for other CSS projects.",
44
"keywords": [
55
"sass",
66
"scss",
77
"strapless",
8+
"deviscoding",
89
"css",
910
"layout"
1011
],
11-
"homepage": "https://www.github.com/strapless/layout",
12-
"version": "1.1.3",
12+
"homepage": "https://www.github.com/deviscoding/layout",
13+
"version": "1.1.4",
1314
"authors": [
1415
{
1516
"name": "Aaron M Jones",
1617
"homepage": "http://www.jonesiscoding.com"
1718
}
1819
],
20+
"replace": {
21+
"strapless/layout": "^1.0"
22+
},
1923
"license": "MIT",
2024
"require": {
21-
"strapless/colors": "^1.0",
22-
"strapless/base": "^1.1",
23-
"strapless/icons": "^1.0"
25+
"deviscoding/colors": "^1.0",
26+
"deviscoding/base": "^1.1",
27+
"deviscoding/icons": "^1.0"
2428
}
2529
}

composer.lock

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

js/tab-scroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery plugin to handle width overflow of bootstrap tabs in a manner similar to tab handling on Android.
33
*
4-
* @version v1.1.3
5-
* @license https://github.com/strapless/layout/LICENSE
4+
* @version v1.1.4
5+
* @license https://github.com/deviscoding/layout/LICENSE
66
* @author Aaron M Jones <am@jonesiscoding.com>
77
*/
88
(function($) {

0 commit comments

Comments
 (0)