Skip to content

Commit

Permalink
Move chokidar-cli to devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
abierbaum committed Aug 9, 2017
1 parent 121dbbe commit 4bfb178
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ Flags locations where code calls "new Object()", "new Array()", "new Function()"

# Changelog

* 5.1.1
* Move chokidar-cli to devDependencies
* 5.1.0
* Updated to work with tslint 5.1.0
* Update package.json to include build and test scripts
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vrsource-tslint-rules",
"version": "5.1.0",
"version": "5.1.1",
"description": "Extension rules for tslint",
"repository": {
"type": "git",
Expand All @@ -20,11 +20,11 @@
],
"license": "MIT",
"dependencies": {
"tslint": "~5.1.0",
"chokidar-cli": "~1.2.0"
"tslint": "~5.1.0"
},
"devDependencies": {
"typescript": "~2.1.0"
"typescript": "~2.1.0",
"chokidar-cli": "~1.2.0"
},
"watch": {
"test": "rules/*.ts"
Expand Down

0 comments on commit 4bfb178

Please sign in to comment.