mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Add alias support (domains)
This commit is contained in:
parent
a1d829c697
commit
28a125426a
26 changed files with 1014 additions and 92 deletions
17
vendors/knockout-projections/package.nuspec
vendored
Normal file
17
vendors/knockout-projections/package.nuspec
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>knockout-projections</id>
|
||||
<version>1.1.0</version>
|
||||
<authors>Microsoft Corporation</authors>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Knockout.js observable arrays get smarter</description>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
<dependencies>
|
||||
<dependency id="knockoutjs" version="3.0.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="dist\*.js" target="content\scripts" />
|
||||
</files>
|
||||
</package>
|
||||
Loading…
Add table
Add a link
Reference in a new issue