@animxyz/core
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@animxyz/core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"publishConfig": { | ||
@@ -35,5 +35,5 @@ "access": "public" | ||
], | ||
"main": "src/_index.scss", | ||
"sass": "src/_index.scss", | ||
"style": "dist/animxyz.min.css", | ||
"main": "dist/animxyz.css", | ||
"sass": "animxyz.scss", | ||
"style": "dist/animxyz.css", | ||
"scripts": { | ||
@@ -44,3 +44,3 @@ "build": "run-s build:clean build:main build:autoprefix build:cleancss", | ||
"build:clean": "rimraf dist", | ||
"build:main": "sass src/_index.scss dist/animxyz.css" | ||
"build:main": "sass animxyz.scss dist/animxyz.css" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f07885431ed0361146fb5c38be22b8bee40f92e7" | ||
"gitHead": "3082c7c109191124a98c67c1c2c6508092f0c15b" | ||
} |
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
160278