Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed May 21, 2014
1 parent fc9ec24 commit a20bfb0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name" : "message-center",
"version" : "1.0.2",
"description" : "AngularJS Message Center",
"repository" : {
"type" : "git",
"url" : "https://github.com/mateu-aguilo-bosch/message-center.git"
"name": "message-center",
"version": "1.0.2",
"description": "AngularJS Message Center",
"repository": {
"type": "git",
"url": "https://github.com/mateu-aguilo-bosch/message-center.git"
},
"scripts" : {
"postinstall" : "bower install",
"test" : "make test"
"scripts": {
"postinstall": "bower install",
"test": "make test"
},
"keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ],
"author" : "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>",
"readmeFilename" : "README.md",
"devDependencies" : {
"connect" : "~2.10",
"connect-route" : "~0.1",
"uglify-js" : "~2.4",
"bower" : "~1.2",
"karma" : "canary",
"karma-mocha" : "~0.1",
"karma-ng-scenario": "~0.1"
"keywords": [ "angular", "js", "messages", "alert", "bootstrap" ],
"author": "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>",
"readmeFilename": "README.md",
"devDependencies": {
"connect": "2.10",
"connect-route": "0.1",
"uglify-js": "2.4",
"bower": "1.2",
"karma": "canary",
"karma-mocha": "0.1",
"karma-ng-scenario": "0.1",
"karma-phantomjs-launcher": "0.1"
}
}
1 change: 0 additions & 1 deletion test/test.server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var minifyRequired = !!process.env.MINIFY;


var connect = require('connect');
var app = module.exports = connect();
app.use(require('connect-route')(function (router) {
Expand Down

0 comments on commit a20bfb0

Please sign in to comment.