Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Apr 26, 2014
1 parent 5ff49a7 commit c91a330
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meanjs",
"version": "0.2.2",
"version": "0.3.0",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"dependencies": {
"bootstrap": "~3",
Expand Down
3 changes: 0 additions & 3 deletions config/env/all.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
'use strict';

var path = require('path'),
rootPath = path.normalize(__dirname + '/../..');

module.exports = {
app: {
title: 'MEAN.JS',
Expand Down
1 change: 1 addition & 0 deletions config/policies.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'use strict';

0 comments on commit c91a330

Please sign in to comment.