-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mrseanryan/chore/update-dev-deps
Chore - Update dev deps - remove rollup and greenkeeper
- Loading branch information
Showing
8 changed files
with
114 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "simple-typescript-project", | ||
"version": "0.0.1", | ||
"description": "A test harness for tslint-folders to test consuming the package.", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "yarn tslint --project tsconfig.json --format msbuild", | ||
"test": "yarn lint" | ||
}, | ||
"author": "Sean Ryan <mr.sean.ryan(at)gmail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"tslint": "^5.9.1", | ||
"tslint-folders": "^0.4.17", | ||
"typescript": "^3.2.2" | ||
}, | ||
"private": true | ||
"name": "simple-typescript-project", | ||
"version": "0.0.1", | ||
"description": "A test harness for tslint-folders to test consuming the package.", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "yarn tslint --project tsconfig.json --format msbuild", | ||
"test": "yarn lint" | ||
}, | ||
"author": "Sean Ryan <mr.sean.ryan(at)gmail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"tslint": "^5.20.1", | ||
"tslint-folders": "^0.4.17", | ||
"typescript": "^3.7.4" | ||
}, | ||
"private": true | ||
} |
Oops, something went wrong.