react-diff-view
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "react-diff-view", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A git diff component to consume the git unified diff output.", | ||
@@ -17,3 +17,3 @@ "main": "cjs/index.js", | ||
"clean": "rm -rf cjs es style", | ||
"build": "npm run clean && NODE_ENV=production node rollup.js && postcss -o style/index.css src/styles/index.css", | ||
"build": "sh scripts/build.sh", | ||
"build-pages": "rm -rf dist && webpack --config=site/webpack.config.js", | ||
@@ -20,0 +20,0 @@ "prepublishOnly": "npm run build", |
Sorry, the diff of this file is not supported yet
1174
1333085