Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 7, 2018
1 parent 6ca312c commit 3bfde6e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.3.0"></a>
# [0.3.0](https://github.com/webpack-contrib/babel-minify-webpack-plugin/compare/v0.2.0...v0.3.0) (2018-02-07)


### Features

* `include` and `exclude` options ([#75](https://github.com/webpack-contrib/babel-minify-webpack-plugin/issues/75)) ([a51649e](https://github.com/webpack-contrib/babel-minify-webpack-plugin/commit/a51649e))



# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 18 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
{
"name": "babel-minify-webpack-plugin",
"version": "0.2.0",
"version": "0.3.0",
"description": "babel-minify plugin for webpack",
"keywords": [
"babel",
"babel-minify",
"minify",
"webpack",
"webpack-plugin"
],
"homepage": "https://github.com/webpack-contrib/babel-minify-webpack-plugin",
"bugs": {
"url": "https://github.com/webpack-contrib/babel-minify-webpack-plugin/issues"
},
"author": "boopathi (@boopathi)",
"license": "MIT",
"author": "boopathi",
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
},
"main": "dist/cjs.js",
"files": [
"dist"
],
"main": "dist/cjs.js",
"repository": {
"type": "git",
"url": "https://github.com/webpack-contrib/babel-minify-webpack-plugin.git"
},
"scripts": {
"appveyor:test": "npm run test",
"prebuild": "npm run clean",
Expand All @@ -31,7 +19,7 @@
"fix": "eslint src/ test/*.js --fix",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"start": "npm run build -- -w",
Expand All @@ -43,7 +31,6 @@
"travis:test": "npm run test -- --runInBand",
"webpack-defaults": "webpack-defaults"
},
"pre-commit": "lint-staged",
"dependencies": {
"babel-core": "^6.24.1",
"babel-preset-minify": "^0.3.0",
Expand Down Expand Up @@ -73,9 +60,17 @@
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
},
"keywords": [
"babel",
"babel-minify",
"minify",
"webpack",
"webpack-plugin"
],
"repository": "https://github.com/webpack-contrib/babel-minify-webpack-plugin.git",
"bugs": "https://github.com/webpack-contrib/babel-minify-webpack-plugin/issues",
"homepage": "https://github.com/webpack-contrib/babel-minify-webpack-plugin",
"pre-commit": "lint-staged",
"lint-staged": {
"*.js": [
"eslint --fix",
Expand Down

0 comments on commit 3bfde6e

Please sign in to comment.