Skip to content

Commit

Permalink
bower: JSON fixes. Now using npn jsonlint to validate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Austin committed Aug 12, 2015
1 parent 023314a commit 76fb865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vireo",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"homepage": "https://github.com/NI/VireoSDK",
"authors": [
"SEE AUTHORS"
Expand All @@ -21,12 +21,12 @@
"bower_components",
"Documents",
"Eclipse-workspace",
"Vireo_Xcode"
"make-it"
"source"
"test-it"
"package.json"
"README.md"
"Vireo_Xcode",
"make-it",
"source",
"test-it",
"package.json",
"README.md",
"AUTHORS"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vireo-sdk",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.9",
"description": "SDK for experimental vireo runtime engine.",
"dependencies": {
"diff": "^1.4.0",
Expand Down

0 comments on commit 76fb865

Please sign in to comment.