Skip to content

Commit

Permalink
feat: clear unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
leohxj committed Aug 27, 2019
1 parent 9814692 commit 9b2532c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 9 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion packages/mjolnir-cli/src/dog.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/mjolnir-cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
import { dog } from './dog';

const x: number = 42;

console.log('dog:',dog);
Empty file.
2 changes: 1 addition & 1 deletion packages/renovate-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ add below to `renovate.json`:

```json
{
"extends": ["@mjolnir/renovate-config"]
"extends": ["@mjolnir"]
}
```
Empty file.
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mjolnir/tsconfig",
"version": "0.0.2",
"description": "",
"description": "shareable typescript config",
"homepage": "https://github.com/mjolnirjs/mjolnir/tree/master/packages/tsconfig#readme",
"license": "MIT",
"main": "tsconfig.json",
Expand Down
1 change: 0 additions & 1 deletion packages/tsconfig/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"module": "es6",
"target": "es5",
"lib": ["esnext", "dom"],
"jsx": true,
"esModuleInterop": true,
"moduleResolution": "node"
}
Expand Down

0 comments on commit 9b2532c

Please sign in to comment.