Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "glamor", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "inline css for component systems", | ||
@@ -12,6 +12,6 @@ "main": "lib/index.js", | ||
"build": "npm run clean && npm run build:cssops && npm run build:lib && npm run build:es6 && mkdir umd && npm run build:umd", | ||
"build:cssops": "echo 'module.exports = require(\"react/lib/CSSPropertyOperations\");' | browserify - -p browserify-derequire -s CSSOps -o src/CSSPropertyOperations.js", | ||
"build:cssops": "echo 'module.exports = require(\"react/lib/CSSPropertyOperations\");' | browserify - -p browserify-derequire -s CSSOps -o src/CSSPropertyOperations.js -t babelify -t envify", | ||
"build:lib": "NODE_ENV=production babel src -d lib --loose all", | ||
"build:es6": "echo 'es6 build not implemented'", | ||
"build:umd": "NODE_ENV=production browserify src/index.js -s Glamor -o umd/index.js && npm run compress:umd", | ||
"build:umd": "NODE_ENV=production browserify src/index.js -s Glamor -o umd/index.js -t babelify -t envify && npm run compress:umd", | ||
"compress:umd": "NODE_ENV=production uglifyjs umd/index.js -mc -o umd/index.min.js", | ||
@@ -72,9 +72,3 @@ "clean": "rm -rf lib && rm -rf es6 && rm -rf umd && rm src/CSSPropertyOperations.js ", | ||
] | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"babelify", | ||
"envify" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
238827
5124