Skip to content

Commit dc58346

Browse files
author
Zeno Rocha
committedApr 27, 2014
Release v0.1.3
1 parent 3e9f09c commit dc58346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generator-element",
3-
"version": "0.1.2",
4-
"description": "Yeoman generator for Web Component elements ",
3+
"version": "0.1.3",
4+
"description": "Yeoman generator for Custom Elements.",
55
"author": {
66
"name": "WebComponents.org",
77
"url": "https://github.com/webcomponents"
@@ -13,7 +13,7 @@
1313
"node": ">=0.10.0"
1414
},
1515
"scripts": {
16-
"test": "mocha --reporter spec"
16+
"test": "node_modules/mocha/bin/mocha --reporter spec"
1717
},
1818
"keywords": [
1919
"yeoman-generator"

0 commit comments

Comments
 (0)
Please sign in to comment.