Skip to content

Commit

Permalink
Move type dependency to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shardulm94 committed Mar 29, 2019
1 parent 157daf8 commit 85f645e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 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
Expand Up @@ -2,7 +2,7 @@
"name": "trailing-spaces",
"displayName": "Trailing Spaces",
"description": "Highlight trailing spaces and delete them in a flash!",
"version": "0.2.11",
"version": "0.3.0-rc2",
"publisher": "shardulm94",
"icon": "icon.png",
"engines": {
Expand Down Expand Up @@ -108,13 +108,13 @@
"mocha": "^5.0.0",
"@types/node": "^6.0.40",
"@types/mocha": "^5.0.0",
"ncp": "^2.0.0"
"ncp": "^2.0.0",
"@types/diff": "^4.0.0"
},
"directories": {
"test": "test"
},
"dependencies": {
"@types/diff": "^4.0.0",
"diff": "^4.0.0"
},
"repository": {
Expand Down

0 comments on commit 85f645e

Please sign in to comment.