Skip to content

Commit 7b6e73b

Browse files
committed
chore(dep) Keep in step with forms-angular version numbers
1 parent 9b709e0 commit 7b6e73b

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "fng-audit",
33
"description": "Client part of forms-angular audit plugin",
4+
"version":"0.11.0",
45
"main": "./dist/fng-audit.js",
56
"authors": [
67
"Mark Chapman <mark.chapman@gmail.com>"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fng-audit",
3-
"version": "0.0.2",
3+
"version": "0.11.0",
44
"dependencies": {
55
"@types/express": "^4.0.39",
66
"@types/mongoose": "^4.7.24",
@@ -13,7 +13,8 @@
1313
"which": "^1.3.0"
1414
},
1515
"scripts": {
16-
"test": "mocha"
16+
"test": "mocha",
17+
"build": "grunt"
1718
},
1819
"main": "./lib/fng-audit.js",
1920
"devDependencies": {
@@ -23,7 +24,7 @@
2324
"@types/es6-promise": "0.0.33",
2425
"@types/mocha": "^2.2.44",
2526
"chai": "^4.1.2",
26-
"forms-angular": "*",
27+
"forms-angular": "0.11.0",
2728
"grunt": "^1.0.1",
2829
"grunt-angular-templates": "^1.1.0",
2930
"grunt-contrib-concat": "^1.0.1",

0 commit comments

Comments
 (0)