@nulllogic/scssleon 1.2.5 → 1.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -2
- package/package.json +5 -6
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(The MIT License)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2014 Vladimir Lukyanov <vladimir@
|
|
3
|
+
Copyright (c) 2014 Vladimir Lukyanov <vladimir.lukyanoff@gmail.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
6
|
this software and associated documentation files (the 'Software'), to deal in
|
|
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
|
17
17
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
18
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
19
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nulllogic/scssleon",
|
|
3
3
|
"description": "Most advanced, simple and clean SCSS framework",
|
|
4
|
-
"version": "1.2.
|
|
5
|
-
"version_short": "1.2.
|
|
4
|
+
"version": "1.2.42",
|
|
5
|
+
"version_short": "1.2.42",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"css",
|
|
8
8
|
"sass",
|
|
@@ -14,11 +14,10 @@
|
|
|
14
14
|
"css-framework",
|
|
15
15
|
"framework",
|
|
16
16
|
"web",
|
|
17
|
-
"scssleon"
|
|
18
|
-
"components"
|
|
17
|
+
"scssleon"
|
|
19
18
|
],
|
|
20
19
|
"dependencies": {
|
|
21
|
-
"sass": "^1.
|
|
20
|
+
"sass": "^1.95.1"
|
|
22
21
|
},
|
|
23
22
|
"homepage": "https://nulllogic.github.io/scssleon-docs",
|
|
24
23
|
"style": "dist/scssleon.css",
|
|
@@ -35,4 +34,4 @@
|
|
|
35
34
|
"publishConfig": {
|
|
36
35
|
"registry": "https://registry.npmjs.org"
|
|
37
36
|
}
|
|
38
|
-
}
|
|
37
|
+
}
|