Comparing version 0.1.5 to 0.1.8
@@ -6,4 +6,12 @@ # Change Log | ||
## [0.1.6](https://github.com/any86/5a.css/compare/v0.1.5...v0.1.6) (2020-12-07) | ||
**Note:** Version bump only for package 5a.css | ||
## [0.1.4](https://github.com/any86/5a.css/compare/v0.1.3...v0.1.4) (2020-12-07) | ||
**Note:** Version bump only for package 5a.css |
{ | ||
"name": "5a.css", | ||
"version": "0.1.5", | ||
"version": "0.1.8", | ||
"main": "dist/css/5a.css", | ||
@@ -13,5 +13,5 @@ "unpkg": "dist/css/5a.css", | ||
"dependencies": { | ||
"@5a.css/functions": "^0.1.5", | ||
"@5a.css/helpers": "^0.1.5", | ||
"@5a.css/mixins": "^0.1.5" | ||
"@5a.css/functions": "^0.1.8", | ||
"@5a.css/helpers": "^0.1.8", | ||
"@5a.css/mixins": "^0.1.8" | ||
}, | ||
@@ -36,3 +36,3 @@ "repository": { | ||
"homepage": "https://github.com/any86/5a.css#readme", | ||
"gitHead": "f0dd31db8c67f3f8c31624575c8ef9abf05d56f2" | ||
"gitHead": "3ea537b79938239e8849913070343f9e15409d25" | ||
} |
@@ -12,3 +12,3 @@ # 5a.css | ||
``` | ||
npm i @5a/css -S | ||
npm i 5a.css -S | ||
``` | ||
@@ -18,3 +18,3 @@ | ||
```javascript | ||
import '@5s/css'; | ||
import '5s.css'; | ||
``` | ||
@@ -21,0 +21,0 @@ |
980947
Updated@5a.css/functions@^0.1.8
Updated@5a.css/helpers@^0.1.8
Updated@5a.css/mixins@^0.1.8