Skip to content

Commit 42e96d3

Browse files
committed
chore(build) Update version numbers to beta
1 parent a07e352 commit 42e96d3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forms-angular",
33
"author": "Mark Chapman <support@forms-angular.org>",
4-
"version": "0.7.0",
4+
"version": "0.7.0-beta.1",
55
"homepage": "https://github.com/forms-angular/forms-angular",
66
"description": "No nonsense forms for the MEAN stack",
77
"keywords": [

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"author": "Mark Chapman <support@forms-angular.org>",
44
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
55
"homepage": "http://forms-angular.org",
6-
"version": "0.7.0",
6+
"version": "0.7.0-beta.1",
77
"engines": {
8-
"node": ">=0.10.x",
9-
"npm": ">=1.x"
8+
"node": ">=4.x",
9+
"npm": ">=3.x"
1010
},
1111
"scripts": {
1212
"test": "scripts/testrun.sh"
@@ -31,6 +31,9 @@
3131
"RESTful API"
3232
],
3333
"dependencies": {
34+
"body-parser": "^1.15.1",
35+
"express": "^4.13.4",
36+
"method-override": "^2.3.5",
3437
"async": "1.5.2",
3538
"mongoose": "4.3.6",
3639
"node.extend": "1.1.5",

0 commit comments

Comments
 (0)