@magnetis/astro
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,2 +5,7 @@ # Changelog | ||
### [0.4.1] - 2019-02-27 | ||
- Fix input style inconsistencies. | ||
- Update Usage section in the docs. | ||
- Fix build command on package.json file. | ||
### [0.4.0] - 2019-02-26 | ||
@@ -7,0 +12,0 @@ - Set Yarn as the only dependency manager. |
{ | ||
"name": "@magnetis/astro", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Magnetis (https://github.com/magnetis)", | ||
@@ -23,3 +23,3 @@ "homepage": "https://magnetis.github.io/astro/#/", | ||
"docs:build": "docz build", | ||
"docs:publish": "yarn run-script docs:build && gh-pages --dist .docz/dist --message 'Update site [ci skip]'", | ||
"docs:publish": "yarn run docs:build && gh-pages --dist .docz/dist --message 'Update site [ci skip]'", | ||
"build": "postcss src/index.css -o dist/astro.css && svgo assets/icons/*.svg -o dist/assets/icons", | ||
@@ -26,0 +26,0 @@ "lint:css": "stylelint src/css/**/*.css", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173380
1105