gradientify
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "gradientify", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Create amazing, animated gradients with ease.", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist --extensions .ts,.tsx" | ||
"commonjs": "BABEL_ENV=commonjs babel src --out-file dist/gradientify.min.js --extensions .ts,.tsx", | ||
"module": "BABEL_ENV=module babel src --out-dir dist --extensions .ts,.tsx", | ||
"build": "npm run module && npm run commonjs" | ||
}, | ||
@@ -35,4 +37,6 @@ "repository": { | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0" | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-minify": "^0.5.1" | ||
} | ||
} |
@@ -9,3 +9,3 @@ <img src="logo.png" height="60"> | ||
## Installing | ||
## Installation | ||
@@ -22,3 +22,3 @@ For wizards: | ||
```javscript | ||
```javascript | ||
let gradientify = new Gradientify( | ||
@@ -25,0 +25,0 @@ '.yourClass', |
Sorry, the diff of this file is not supported yet
111712
8
273
8