Skip to content

Commit

Permalink
Cleanup of Dependencies and Testing (#58)
Browse files Browse the repository at this point in the history
Cleanup of Dependencies and Testing
  • Loading branch information
dhkatz authored Aug 23, 2019
2 parents 39ff523 + 6701b0a commit dcd43bd
Show file tree
Hide file tree
Showing 10 changed files with 959 additions and 4,124 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.test.js
coverage/
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- '8'
env:
- NODE_ENV=test
before_script:
- npm install -D
script:
- npm run build
- npm run coverage
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This file uses change log convention from [Keep a CHANGELOG].

## [Unreleased]

## [0.2.1] - 2019-08-22
### Changed
- Updated testing and CI
### Fixed
- Fixed testing suite

## [0.2.0] - 2019-02-16
### Changed
- Change some types to be more restrictive
Expand Down Expand Up @@ -39,7 +45,8 @@ This file uses change log convention from [Keep a CHANGELOG].
[Keep a CHANGELOG]: http://keepachangelog.com
[Semantic Versioning]: http://semver.org/

[unreleased]: https://github.com/dhkatz/gulp-ts-alias/compare/0.2.0...HEAD
[unreleased]: https://github.com/dhkatz/gulp-ts-alias/compare/0.2.1...HEAD
[0.2.1]: https://github.com/dhkatz/gulp-ts-alias/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/dhkatz/gulp-ts-alias/compare/0.1.5...0.2.0
[0.1.5]: https://github.com/dhkatz/gulp-ts-alias/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/dhkatz/gulp-ts-alias/compare/0.1.3...0.1.4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# gulp-ts-alias

Resolve TypeScript import aliases and paths defined in `tsconfig`.
[![Build Status](https://travis-ci.org/dhkatz/gulp-ts-alias.svg?branch=master)](https://travis-ci.org/dhkatz/gulp-ts-alias) [![Coverage Status](https://coveralls.io/repos/github/dhkatz/gulp-ts-alias/badge.svg?branch=master)](https://coveralls.io/github/dhkatz/gulp-ts-alias?branch=master) [![dependencies Status](https://david-dm.org/dhkatz/gulp-ts-alias/status.svg)](https://david-dm.org/dhkatz/gulp-ts-alias)

![](https://img.shields.io/npm/v/gulp-ts-alias.svg) ![](https://img.shields.io/npm/dm/gulp-ts-alias.svg)
Resolve TypeScript import aliases and paths defined in `tsconfig`.

## Install

Expand Down
55 changes: 0 additions & 55 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit dcd43bd

Please sign in to comment.