Skip to content

Commit

Permalink
Added SweetAlerts to Package JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkyrinRepeat committed Jul 31, 2015
1 parent d454509 commit 438f1e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 115 deletions.
1 change: 1 addition & 0 deletions client/app/components/searchBox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var m = require('mithril');
var path = require('path')
var Location = require('../models/Location');
var Relocalc = require('../index');
var swal = require('sweetAlert');
Expand Down
113 changes: 0 additions & 113 deletions npm-debug.log

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"pg": "^4.4.0",
"request": "^2.60.0",
"request-promise": "^0.4.3",
"sweetalert": "^1.1.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.9",
"sweetalert": "^1.1.0"
"xml2js": "^0.4.9"
},
"devDependencies": {
"gulp": "^3.9.0",
Expand Down

0 comments on commit 438f1e5

Please sign in to comment.