Skip to content

Commit

Permalink
chore(): remove dep & update npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Apr 10, 2019
1 parent 3688dd8 commit 9e3ce45
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.circleci
node_modules
bin
src
.eslintrc
.gitignore
.npmignore
.npmrc
.prettierrc
jest.config.js
babel.config.js
tsconfig.json
package-lock.json
32 changes: 22 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@romainseb/pr-man",
"version": "0.0.5",
"version": "0.0.6",
"description": "This repository allow to send PR messages to Slack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,11 +21,11 @@
"prepublish": "npm run build && npm run test"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.6.0",
"github-graphql-api": "^1.0.6",
"slack-node": "^0.1.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@types/jest": "^24.0.11",
"@types/slack-node": "^0.1.2",
"@types/node": "^11.13.2",
Expand All @@ -36,6 +36,6 @@
"rimraf": "^2.6.3",
"ts-jest": "^24.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"typescript": "^3.4.3"
}
}

0 comments on commit 9e3ce45

Please sign in to comment.