Skip to content

Commit

Permalink
Removed shrinkwrap from postinstall
Browse files Browse the repository at this point in the history
Fixed language
  • Loading branch information
tomaszwawrzyniakit committed Nov 25, 2015
1 parent 541bcf9 commit e8093fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/table-mgmt/i18n/locale-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
},
"NO_ORDER": "Keine Bestellung zur Zeit in dieser Tabelle zugeordnet.",
"NEW_ORDER": "Vergeben Sie einen neuen Auftrag ...",
"POSITION": "Position:",
"RESERVE": "Reserve",
"CANCEL_RESERVATION": "Reservierung aufheben",
"OCCUPY": "Besetzen",
"EDIT": "Bearbeiten",
"FREE": "Frei",
"ADD": "+Hinzufügen",
"ADD": "+Hinzufügen",
"REMOVE": "Herausnehmen"
}
}
1 change: 1 addition & 0 deletions app/table-mgmt/i18n/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"STATE": "State:",
"POSITIONS": "Order Positions:"
},
"POSITION": "Position:",
"NO_ORDER": "No order currently assigned to this table. ",
"NEW_ORDER": "Assign a new order...",
"EDIT": "Edit...",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"engine": "node >= 0.10.0",
"scripts": {
"postinstall": "bower install -F && npm shrinkwrap",
"postinstall": "bower install -F",
"test": "gulp test"
}
}

0 comments on commit e8093fe

Please sign in to comment.