Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Jun 1, 2016
1 parent 5190422 commit 2673504
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "birdwatch",
"version": "3.1.6",
"version": "4.0.0",
"description": "Monitor, filter, cache and serve specific twitter feeds.",
"main": "dist/index.js",
"files": [
"dist",
"birdwatch-config.js"
"dist"
],
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
},
"scripts": {
"test": "xo && npm run build && ava --verbose && nyc ava",
Expand Down

0 comments on commit 2673504

Please sign in to comment.