We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9f09c commit dc58346Copy full SHA for dc58346
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "generator-element",
3
- "version": "0.1.2",
4
- "description": "Yeoman generator for Web Component elements ",
+ "version": "0.1.3",
+ "description": "Yeoman generator for Custom Elements.",
5
"author": {
6
"name": "WebComponents.org",
7
"url": "https://github.com/webcomponents"
@@ -13,7 +13,7 @@
13
"node": ">=0.10.0"
14
},
15
"scripts": {
16
- "test": "mocha --reporter spec"
+ "test": "node_modules/mocha/bin/mocha --reporter spec"
17
18
"keywords": [
19
"yeoman-generator"
0 commit comments