Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-30 23:57:05 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-30 23:57:05 +0400
commit9164d29b2b2f8e22fb012817dbde9ae58f3447ed (patch)
tree24e1dda4e0f14756d324b5ea2eb647dade7b7ccf /tests/angularjs
parent11acb3f4cc8833a913ff0bb2875d7996b64400c1 (diff)
refs #4691 added missing version field
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/angularjs/package.json b/tests/angularjs/package.json
index c9672d5e9d..47e25d167f 100644
--- a/tests/angularjs/package.json
+++ b/tests/angularjs/package.json
@@ -15,5 +15,6 @@
},
"engines": {
"node": ">= 0.10.0"
- }
+ },
+ "version": "0.1.0"
} \ No newline at end of file