Skip to content

Commit

Permalink
Use release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtextrem committed Oct 4, 2017
1 parent b750095 commit 1f060ac
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 88 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules
old
report.html
test
shrinkwrap.yaml
shrinkwrap.yaml
.releaseit.json
174 changes: 87 additions & 87 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
{
"name": "improved-layout-for-instagram",
"version": "1.0.0",
"dependencies": {
"autoprefixer": "^7.1.4",
"babel-core": " ^7.0.0-beta.2",
"babel-loader": "^7.1.2",
"babel-plugin-closure-elimination": "^1.2.1",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-loop-optimizer": "^1.4.1",
"babel-plugin-runtyper": "^0.2.2",
"babel-plugin-transform-es2015-block-scoping": "^7.0.0-beta.2",
"babel-plugin-transform-es2015-typeof-symbol": "^7.0.0-beta.2",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.2",
"babel-plugin-transform-react-constant-elements": "^7.0.0-beta.2",
"babel-plugin-transform-react-jsx": "^7.0.0-beta.2",
"babel-plugin-transform-react-jsx-source": "^7.0.0-beta.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.9",
"babel-plugin-transform-regenerator": "^7.0.0-beta.2",
"babel-preset-env": "^2.0.0-beta.2",
"babel-preset-stage-0": "7.0.0-beta.2",
"bootstrap": "^4.0.0-beta",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"copy-webpack-plugin": "^4.1.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"cssnano": "^4.0.0-rc.2",
"cssnano-preset-advanced": "^4.0.0-rc.2",
"emotion": "^8.0.2-5",
"extract-text-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"history": "^4.7.2",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-include-assets-plugin": "^1.0.1",
"html-webpack-plugin": "^2.30.1",
"lodash": "^4.17.4",
"parallel-webpack": "^2.2.0",
"postcss-loader": "^2.0.6",
"postcss-unprefix": "^2.1.1",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"preact-css-transition-group": "^1.3.0",
"preact-render-to-string": "^3.6.3",
"preact-router": "^2.5.7",
"preact-router-hash": "^0.0.1",
"preact-transition-group": "^1.1.1",
"preload-webpack-plugin": "^2.0.0",
"prepack-webpack-plugin": "^1.1.0",
"proptypes": "^1.1.0",
"react-dev-utils": "^4.1.0",
"react-error-overlay": "^2.0.2",
"react-timeago": "^3.4.3",
"reactstrap": "^5.0.0-alpha.1",
"rimraf": "^2.6.2",
"script-ext-html-webpack-plugin": "^1.8.5",
"shelljs": "^0.7.8",
"side-effects-safe": "^0.0.1",
"source-map": "^0.6.1",
"style-ext-html-webpack-plugin": "^3.4.1",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-common-shake": "^1.5.3",
"webpack-dev-server": "^2.9.1",
"webpack-messages": "^1.0.1",
"webpack-omit-js-for-css-plugin": "^1.0.1",
"webpack-plugin-replace": "^1.1.1",
"webpack-simple-progress-plugin": "^0.0.2",
"why-did-you-update": "^0.0.8",
"write-file-webpack-plugin": "^4.2.0",
"zip-webpack-plugin": "^2.0.0"
},
"scripts": {
"clean": "rimraf dist && mkdir dist",
"prebuild": "npm run clean",
"build": "npm run build-bundle",
"build-bundle": "cross-env NODE_ENV=production parallel-webpack --define process.env.NODE_ENV=\"'production'\" --color --display-optimization-bailout",
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --colors --hot --inline"
},
"browserlist": [
"Chrome > 54"
],
"cssnano": {
"preset": "advanced"
}
}
"name": "improved-layout-for-instagram",
"version": "2.2.10",
"dependencies": {
"autoprefixer": "^7.1.4",
"babel-core": " ^7.0.0-beta.2",
"babel-loader": "^7.1.2",
"babel-plugin-closure-elimination": "^1.2.1",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-loop-optimizer": "^1.4.1",
"babel-plugin-runtyper": "^0.2.2",
"babel-plugin-transform-es2015-block-scoping": "^7.0.0-beta.2",
"babel-plugin-transform-es2015-typeof-symbol": "^7.0.0-beta.2",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.2",
"babel-plugin-transform-react-constant-elements": "^7.0.0-beta.2",
"babel-plugin-transform-react-jsx": "^7.0.0-beta.2",
"babel-plugin-transform-react-jsx-source": "^7.0.0-beta.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.9",
"babel-plugin-transform-regenerator": "^7.0.0-beta.2",
"babel-preset-env": "^2.0.0-beta.2",
"babel-preset-stage-0": "7.0.0-beta.2",
"bootstrap": "^4.0.0-beta",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"copy-webpack-plugin": "^4.1.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"cssnano": "^4.0.0-rc.2",
"cssnano-preset-advanced": "^4.0.0-rc.2",
"emotion": "^8.0.2-5",
"extract-text-webpack-plugin": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"history": "^4.7.2",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-include-assets-plugin": "^1.0.1",
"html-webpack-plugin": "^2.30.1",
"lodash": "^4.17.4",
"parallel-webpack": "^2.2.0",
"postcss-loader": "^2.0.6",
"postcss-unprefix": "^2.1.1",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"preact-css-transition-group": "^1.3.0",
"preact-render-to-string": "^3.6.3",
"preact-router": "^2.5.7",
"preact-router-hash": "^0.0.1",
"preact-transition-group": "^1.1.1",
"preload-webpack-plugin": "^2.0.0",
"prepack-webpack-plugin": "^1.1.0",
"proptypes": "^1.1.0",
"react-dev-utils": "^4.1.0",
"react-error-overlay": "^2.0.2",
"react-timeago": "^3.4.3",
"reactstrap": "^5.0.0-alpha.1",
"rimraf": "^2.6.2",
"script-ext-html-webpack-plugin": "^1.8.5",
"shelljs": "^0.7.8",
"side-effects-safe": "^0.0.1",
"source-map": "^0.6.1",
"style-ext-html-webpack-plugin": "^3.4.1",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-common-shake": "^1.5.3",
"webpack-dev-server": "^2.9.1",
"webpack-messages": "^1.0.1",
"webpack-omit-js-for-css-plugin": "^1.0.1",
"webpack-plugin-replace": "^1.1.1",
"webpack-simple-progress-plugin": "^0.0.2",
"why-did-you-update": "^0.0.8",
"write-file-webpack-plugin": "^4.2.0",
"zip-webpack-plugin": "^2.0.0"
},
"scripts": {
"clean": "rimraf dist && mkdir dist",
"prebuild": "npm run clean",
"build": "npm run build-bundle",
"build-bundle": "cross-env NODE_ENV=production parallel-webpack --define process.env.NODE_ENV=\"'production'\" --color --display-optimization-bailout",
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --colors --hot --inline"
},
"browserlist": [
"Chrome > 54"
],
"cssnano": {
"preset": "advanced"
}
}

0 comments on commit 1f060ac

Please sign in to comment.