Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
dev-tool: tweek
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jul 2, 2019
1 parent 4c2101c commit 76b8b5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
index.d.ts
/lib/**
/es/**
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ yarn-error.log
.prettierrc
img
.all-contributorsrc
test_env
test
test
.eslintignore
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@
"main": "lib/index.js",
"module": "es/index.js",
"types": "index.d.ts",
"workspace": [
"example"
],
"files": [
"lib",
"es",
"src",
"index.d.ts"
],
"scripts": {
"scripts": {
"test": "jest --silent",
"test:watch": "jest --watch --silent",
"flow": "flow",
Expand Down

0 comments on commit 76b8b5e

Please sign in to comment.