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

Commit

Permalink
Merge pull request #49 from SAP/update-npm-dependencies
Browse files Browse the repository at this point in the history
Update npm dependencies / replace "url-join" with "urljoin"
  • Loading branch information
RandomByte authored Dec 1, 2016
2 parents cb9bcae + fecd171 commit b820a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"node": ">= 0.10.0"
},
"dependencies": {
"async": "^1.5.2",
"async": "^2.1.4",
"connect-inject": "^0.4.0",
"connect-openui5": "^0.6.0",
"cors": "^2.7.1",
"less-openui5": "^0.2.0",
"maxmin": "^1.1.0",
"maxmin": "^2.1.0",
"multiline": "^1.0.2",
"pretty-data": "^0.40.0",
"serve-static": "^1.10.2",
"slash": "^1.0.0",
"uglify-js": "^2.6.1",
"url-join": "0.0.1"
"urljoin": "^0.1.5"
},
"devDependencies": {
"eslint": "^1.10.3",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-eslint": "^17.3.2",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.4"
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion tasks/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var openui5 = {
var serveStatic = require('serve-static');
var inject = require('connect-inject');
var cors = require('cors');
var urljoin = require('url-join');
var urljoin = require('urljoin');
var multiline = require('multiline');

var liveReloadLessCssPlugin = multiline(function() {/*
Expand Down

0 comments on commit b820a68

Please sign in to comment.