Skip to content

Commit

Permalink
Merge pull request #8 from mrseanryan/chore/update-dev-deps
Browse files Browse the repository at this point in the history
Chore - Update dev deps - remove rollup and greenkeeper
  • Loading branch information
mrseanryan authored Jan 4, 2020
2 parents a554e9b + 30ea532 commit 2a6afdc
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 576 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tslint-folders is stable and in use every day in CI builds and on dev boxes (Lin
[![Coveralls](https://img.shields.io/coveralls/mrseanryan/tslint-folders.svg)](https://coveralls.io/github/mrseanryan/tslint-folders)
[![Size](https://packagephobia.now.sh/badge?p=tslint-folders)](https://packagephobia.now.sh/result?p=tslint-folders)

[![Greenkeeper badge](https://badges.greenkeeper.io/mrseanryan/tslint-folders.svg)](https://greenkeeper.io/)
[![Dependencies](https://david-dm.org/mrseanryan/tslint-folders.svg)](https://david-dm.org/mrseanryan/tslint-folders)
[![Dev Dependencies](https://david-dm.org/mrseanryan/tslint-folders/dev-status.svg)](https://david-dm.org/mrseanryan/tslint-folders?type=dev)

Expand Down
10 changes: 0 additions & 10 deletions greenkeeper.json

This file was deleted.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tslint-folders",
"version": "0.0.0-semantically-released",
"description": "Custom TSLint rules for checking imports between packages and their folders, and generating relevant diagrams.",
"main": "dist/tslint-folders.umd.js",
"main": "dist/lib/tslint-folders.js",
"typings": "dist/types/tslint-folders.d.ts",
"files": [
"dist"
Expand Down Expand Up @@ -85,12 +85,6 @@
"prompt": "^1.0.0",
"replace-in-file": "^5.0.2",
"rimraf": "^3.0.0",
"rollup": "^0.67.0",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"semantic-release": "^15.14.0",
"travis-deploy-once": "^5.0.11",
"ts-jest": "^24.2.0",
Expand All @@ -113,7 +107,7 @@
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"lint:local": "tslint --project tsconfig.json -t codeFrame",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
"build": "tsc --module commonjs && typedoc --out docs --target es6 --theme minimal --mode file src",
"build:minimal": "tsc --module commonjs",
"build-and-test": "yarn build:minimal && yarn test",
"start": "yarn clean && yarn build && yarn test && yarn lint",
Expand Down
49 changes: 0 additions & 49 deletions rollup.config.ts

This file was deleted.

32 changes: 16 additions & 16 deletions testHarness/simple-typescript-project/package.json
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
}
Loading

0 comments on commit 2a6afdc

Please sign in to comment.