Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Jun 10, 2018
1 parent 8ae7555 commit e0e11af
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 73 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

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="5.1.0"></a>
# [5.1.0](https://github.com/s-panferov/awesome-typescript-loader/compare/v5.0.0...v5.1.0) (2018-06-10)


### Bug Fixes

* pass Unix-style path to config parser ([#581](https://github.com/s-panferov/awesome-typescript-loader/issues/581)) ([c006193](https://github.com/s-panferov/awesome-typescript-loader/commit/c006193))


### Features

* Use webpack-log for nicer logging ([#568](https://github.com/s-panferov/awesome-typescript-loader/issues/568)) ([f7e77b7](https://github.com/s-panferov/awesome-typescript-loader/commit/f7e77b7))



<a name="5.0.0"></a>
# [5.0.0](https://github.com/s-panferov/awesome-typescript-loader/compare/v5.0.0-1...v5.0.0) (2018-04-06)

Expand Down
146 changes: 73 additions & 73 deletions package.json
@@ -1,75 +1,75 @@
{
"name": "awesome-typescript-loader",
"version": "5.0.0",
"description": "Awesome TS loader for webpack",
"main": "dist/entry.js",
"typings": "./dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"watch": "npm run watch:ts",
"watch:ts": "npm run build:ts -- --watch --diagnostics",
"prebuild": "npm run lint",
"compile": "tsc --pretty",
"build": "rimraf dist && tsc --pretty",
"lint": "tslint src/*.ts",
"release": "standard-version",
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__",
"precommit": "lint-staged"
},
"author": "Stanislav Panferov <fnight.m@gmail.com> (http://panferov.me/)",
"repository": {
"type": "git",
"url": "https://github.com/s-panferov/awesome-typescript-loader.git"
},
"license": "MIT",
"keywords": [
"webpack",
"loader",
"webpack-loader",
"typescript"
],
"bugs": {
"url": "https://github.com/s-panferov/awesome-typescript-loader/issues"
},
"homepage": "https://github.com/s-panferov/awesome-typescript-loader",
"dependencies": {
"chalk": "^2.4.1",
"enhanced-resolve": "^4.0.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.5",
"micromatch": "^3.1.9",
"mkdirp": "^0.5.1",
"source-map-support": "^0.5.3"
},
"peerDependencies": {
"typescript": "^2.7"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/lodash": "^4.14.109",
"@types/micromatch": "^3.1.0",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.2",
"@types/shelljs": "^0.8.0",
"@types/sinon": "^5.0.1",
"@types/webpack": "^4.4.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"empty-module": "0.0.2",
"fs-extra": "^6.0.1",
"husky": "^0.14.3",
"lint-staged": "^7.1.3",
"mocha": "^5.2.0",
"prettier": "^1.13.5",
"ps-node": "^0.1.6",
"rimraf": "^2.6.1",
"shelljs": "^0.7.8",
"standard-version": "^4.4.0",
"temp": "^0.8.3",
"tslint": "^5.10.0",
"typescript": "^2.9.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-log": "^1.2.0"
}
"name": "awesome-typescript-loader",
"version": "5.1.0",
"description": "Awesome TS loader for webpack",
"main": "dist/entry.js",
"typings": "./dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"watch": "npm run watch:ts",
"watch:ts": "npm run build:ts -- --watch --diagnostics",
"prebuild": "npm run lint",
"compile": "tsc --pretty",
"build": "rimraf dist && tsc --pretty",
"lint": "tslint src/*.ts",
"release": "standard-version",
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__",
"precommit": "lint-staged"
},
"author": "Stanislav Panferov <fnight.m@gmail.com> (http://panferov.me/)",
"repository": {
"type": "git",
"url": "https://github.com/s-panferov/awesome-typescript-loader.git"
},
"license": "MIT",
"keywords": [
"webpack",
"loader",
"webpack-loader",
"typescript"
],
"bugs": {
"url": "https://github.com/s-panferov/awesome-typescript-loader/issues"
},
"homepage": "https://github.com/s-panferov/awesome-typescript-loader",
"dependencies": {
"chalk": "^2.4.1",
"enhanced-resolve": "^4.0.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.5",
"micromatch": "^3.1.9",
"mkdirp": "^0.5.1",
"source-map-support": "^0.5.3"
},
"peerDependencies": {
"typescript": "^2.7"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/lodash": "^4.14.109",
"@types/micromatch": "^3.1.0",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.2",
"@types/shelljs": "^0.8.0",
"@types/sinon": "^5.0.1",
"@types/webpack": "^4.4.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"empty-module": "0.0.2",
"fs-extra": "^6.0.1",
"husky": "^0.14.3",
"lint-staged": "^7.1.3",
"mocha": "^5.2.0",
"prettier": "^1.13.5",
"ps-node": "^0.1.6",
"rimraf": "^2.6.1",
"shelljs": "^0.7.8",
"standard-version": "^4.4.0",
"temp": "^0.8.3",
"tslint": "^5.10.0",
"typescript": "^2.9.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-log": "^1.2.0"
}
}

0 comments on commit e0e11af

Please sign in to comment.