@animxyz/core
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.5.0](https://github.com/ingram-projects/animxyz/compare/v0.4.1...v0.5.0) (2021-02-16) | ||
### Features | ||
* added animation-direction utilities ([9597ffb](https://github.com/ingram-projects/animxyz/commit/9597ffba63fd59cbeee8911ed34a8a9f22c418f1)) | ||
# [0.4.0](https://github.com/ingram-projects/animxyz/compare/v0.3.0...v0.4.0) (2021-01-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@animxyz/core", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"publishConfig": { | ||
@@ -41,7 +41,7 @@ "access": "public" | ||
"scripts": { | ||
"build": "run-s build:clean build:main build:autoprefix build:cleancss build:stats", | ||
"build:autoprefix": "postcss --use autoprefixer --map false --output dist/animxyz.css dist/animxyz.css", | ||
"build:cleancss": "cleancss -o dist/animxyz.min.css dist/animxyz.css", | ||
"build": "run-s build:clean build:sass build:postcss build:cssnano build:stats", | ||
"build:postcss": "postcss --use postcss-calc autoprefixer --map false --output dist/animxyz.css dist/animxyz.css", | ||
"build:cssnano": "postcss --use cssnano --map false --output dist/animxyz.min.css dist/animxyz.css", | ||
"build:clean": "rimraf dist", | ||
"build:main": "sass build.scss dist/animxyz.css", | ||
"build:sass": "sass build.scss dist/animxyz.css", | ||
"build:stats": "node buildStats.js dist/animxyz.min.css" | ||
@@ -51,6 +51,7 @@ }, | ||
"autoprefixer": "^10.2.1", | ||
"clean-css-cli": "^4.3.0", | ||
"cssnano": "^4.1.10", | ||
"gzip-size": "^6.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.2.4", | ||
"postcss-calc": "^8.0.0", | ||
"postcss-cli": "^8.3.1", | ||
@@ -61,3 +62,3 @@ "pretty-bytes": "^5.5.0", | ||
}, | ||
"gitHead": "411c6f6e612b27f3540080d011b2a3aab537b411" | ||
"gitHead": "40e6fd3bbeb7f7b31a06d1d9a0bb25d3b032dd5e" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
326946
16
5348
10