Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Rename project in the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Konev committed Jun 16, 2015
1 parent 5a14d2d commit 9d4fd11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "goods-shelf",
"name": "bemongo-stub",
"version": "0.0.1",
"description": "The test project on b_ with priv.js",
"author": "@evilj0e",
Expand All @@ -9,8 +9,8 @@
"scripts": {
"test": "echo \"Error no any test specified yet. \" && exit 1",
"init": "cd server && npm i && cd ../static && npm i && ./node_modules/.bin/bower i && ./node_modules/.bin/enb make",
"server": "cd ./static && ./node_modules/.bin/enb make && cd .. && sudo -u evilj0e node server",
"serverOnly": "sudo -u evilj0e node server",
"server": "cd ./static && ./node_modules/.bin/enb make && cd .. && node server",
"serverOnly": "node server",
"jscs": "./node_modules/jscs/bin/jscs --verbose ./server",
"jshint": "./node_modules/jshint/bin/jshint --verbose ./server",
"csslint": "./node_modules/csslint/cli.js ./static --exclude-list=./static/node_modules/,./static/vendors/",
Expand All @@ -19,7 +19,7 @@
"pre-commit": ["codestyle"],
"repository": {
"type": "git",
"url": "https://github.com/evilj0e/goods-shelf"
"url": "https://github.com/evilj0e/bemongo-stub"
},
"dependencies": {
"nodemon": ">= 1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "goods-shelf",
"name": "bemongo-stub",
"version": "0.0.1",
"description": "The test project on b_ with priv.js",
"author": "@evilj0e",
Expand Down
2 changes: 1 addition & 1 deletion static/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "goods-shelf",
"name": "bemongo-stub",
"version": "0.0.1",
"author": "Anton Konev <[email protected]>",
"dependencies": {
Expand Down

0 comments on commit 9d4fd11

Please sign in to comment.