Skip to content

Commit 988bf7e

Browse files
committed
keywords to bower.json
1 parent 342d42b commit 988bf7e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

app/templates/base/bower.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "<%= paramName %>",
33
"version": "1.0.0",
44
"license": "MIT",
5+
"keywords": [
6+
"angular-schema-form",
7+
"schema-form",
8+
"form",
9+
"json",
10+
"json-schema",
11+
"schema"
12+
],
513
"ignore": [
614
"**/.*",
715
"node_modules",

app/templates/base/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"name": "<%= paramName %>",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "gulpfile.js",
6-
"directories": {
7-
"test": "test"
8-
},
4+
"description": "Angular Schema Form Add-On.",
95
"author": "",
106
"license": "MIT",
117
"devDependencies": {}

0 commit comments

Comments
 (0)