mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Add alias support (domains)
This commit is contained in:
parent
a1d829c697
commit
28a125426a
26 changed files with 1014 additions and 92 deletions
7
vendors/knockout-projections/package.json
vendored
7
vendors/knockout-projections/package.json
vendored
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "knockout-projections",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Knockout.js observable arrays get smarter",
|
||||
"main": "knockout-projections.js",
|
||||
"main": "dist/knockout-projections.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
|
|
@ -16,7 +16,8 @@
|
|||
"grunt-contrib-uglify": "~0.2.0",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-watch": "~0.4.3",
|
||||
"grunt-jasmine-node": "~0.1.0"
|
||||
"grunt-jasmine-node": "~0.1.0",
|
||||
"grunt-string-replace": "~0.2.7"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue