Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "animar", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "a modern, focused, flexible javascript animation library.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"lint": "jshint **.js", | ||
"build": "webpack && webpack --config webpack.config.minified.js", | ||
"build": "./scripts/build.sh", | ||
"deploy": "npm publish ./ && surge --project ./dist --domain animar.surge.sh", | ||
@@ -36,3 +36,3 @@ "test": "jest", | ||
"prebuild": "npm run clean-dist", | ||
"predeploy": "npm run test && npm run build" | ||
"predeploy": "npm run build" | ||
}, | ||
@@ -39,0 +39,0 @@ "jshintConfig": {}, |
var path = require('path'); | ||
var pjson = require('./package.json'); | ||
module.exports = { | ||
@@ -11,3 +9,3 @@ | ||
path: path.join(__dirname, 'dist'), | ||
filename: 'animar-v' + pjson.version + '.js', | ||
filename: 'animar.js', | ||
library: 'Animar', | ||
@@ -14,0 +12,0 @@ libraryTarget: 'umd' |
@@ -5,4 +5,2 @@ var webpack = require('webpack'), | ||
var pjson = require('./package.json'); | ||
module.exports = { | ||
@@ -14,3 +12,3 @@ | ||
path: path.join(__dirname, 'dist'), | ||
filename: 'animar-v' + pjson.version + '.min.js', | ||
filename: 'animar.min.js', | ||
library: 'Animar', | ||
@@ -17,0 +15,0 @@ libraryTarget: 'umd' |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50126
2
20
1199
0