Skip to content

Commit

Permalink
🌚 compile to js
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 28, 2019
1 parent 22ef896 commit f7d74d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ yarn.lock
package-lock.json
/.history
lib
index.js
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.ts
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
},
"scripts": {
"tsc": "tsc",
"compile": "gulp",
"prepublishOnly": "npm run compile",
"prepublishOnly": "npm run tsc",
"lint": "eslint src --ext .ts",
"lint:fix": "prettier --write '**/*.ts'",
"test": "npm run tsc && npm run lint && npm run jest"
"test": "npm run tsc && npm run lint"
},
"author": "afc163 <[email protected]>",
"license": "MIT",
Expand All @@ -27,12 +26,9 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"prettier": "^1.16.4",
"typescript": "^3.4.2"
}
Expand Down

0 comments on commit f7d74d8

Please sign in to comment.