Skip to content

Commit

Permalink
Update Sagui
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviervia committed Jan 16, 2017
1 parent 5cbe9b7 commit fe7a32a
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 137 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist": "sagui dist",
"prepublish": "npm prune && npm test && npm run dist",
"start": "sagui develop --port 3000",
"test": "npm run test:lint && npm run test:typecheck && npm run test:unit",
"test": "sagui test",
"test:lint": "sagui test:lint",
"test:typecheck": "sagui test:typecheck",
"test:unit": "sagui test:unit --coverage",
Expand All @@ -22,7 +22,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"sagui": "beta"
"sagui": "8.0.1"
},
"repository": {
"type": "git",
Expand All @@ -31,4 +31,4 @@
"bugs": {
"url": "https://github.com/pirelenito/collect-fps/issues"
}
}
}
Loading

0 comments on commit fe7a32a

Please sign in to comment.