Skip to content

Commit bc463f8

Browse files
committed
Small adjustments
1 parent d4b651a commit bc463f8

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mean",
2+
"name": "angular-quickstart",
33
"version": "0.1.0",
44
"dependencies": {
55
"bootstrap": "2.3.2",

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
{
2-
"name": "mean",
3-
"description": "MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).",
2+
"name": "angular-quickstart",
43
"version": "0.1.0",
5-
"private": false,
6-
"author": "Amos Haviv",
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/linnovate/mean.git"
10-
},
11-
"engines": {
12-
"node": "0.10.x",
13-
"npm": "1.2.x"
14-
},
154
"scripts": {
165
"start": "node node_modules/grunt-cli/bin/grunt",
176
"test": "node node_modules/grunt-cli/bin/grunt test",

0 commit comments

Comments
 (0)