Skip to content

Commit

Permalink
Version 0.2.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kommander committed Apr 25, 2017
1 parent 0bcda76 commit f64a396
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aden",
"version": "0.2.0-alpha.1",
"version": "0.2.0-alpha.2",
"description": "Backend For Frontend",
"main": "lib/aden.js",
"preferGlobal": "false",
Expand Down Expand Up @@ -77,4 +77,4 @@
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}
}
10 changes: 5 additions & 5 deletions specs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Creating coverage report for version 0.2.0-alpha.1.
Creating coverage report for version 0.2.0-alpha.2.


Basics Dev
Expand All @@ -21,9 +21,9 @@ Creating coverage report for version 0.2.0-alpha.1.

dev
✓ has no root route without an entry
✓ recognises new files and sets up the page (4185ms)
✓ recognises new files in sub folders and sets up the page (4265ms)
✓ recognises changed watch keys (4195ms)
✓ recognises new files and sets up the page (4203ms)
✓ recognises new files in sub folders and sets up the page (4270ms)
✓ recognises changed watch keys (4134ms)

Favicon
✓ delivers favicon from root
Expand Down Expand Up @@ -52,7 +52,7 @@ Creating coverage report for version 0.2.0-alpha.1.
✓ delivers additional md files at page sub path


32 passing (50s)
32 passing (51s)


=============================== Coverage summary ===============================
Expand Down

0 comments on commit f64a396

Please sign in to comment.