Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix(tests): add place holder test script for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 5, 2016
1 parent 7f9626d commit 8e9f7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"test": "aegir-test",
"build": "aegir-build",
"release": "aegir-release",
"release-minor": "aegir-release --type minor",
Expand Down
2 changes: 2 additions & 0 deletions test/transport.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
'use strict'

0 comments on commit 8e9f7cf

Please sign in to comment.