Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge 978d16b into f9168fb
Browse files Browse the repository at this point in the history
  • Loading branch information
markvp committed Dec 15, 2014
2 parents f9168fb + 978d16b commit fe91971
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Installation
You can choose your preferred method of installation:
* Through bower: `bower install angular-moment --save`
* Through npm: `npm install angular-moment --save`
* Through NuGet: `Install-Package Angular.Moment`
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/0.8.3/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/0.8.3/angular-moment.min.js)
* Download from github: [angular-moment.min.js](https://raw.github.com/urish/angular-moment/master/angular-moment.min.js)

Expand Down
23 changes: 23 additions & 0 deletions angular.moment.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Angular.Moment</id>
<version>0.8.3</version>
<title>Angular Moment</title>
<authors>urish</authors>
<projectUrl>https://github.com/urish/angular-moment</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Moment.JS directives for Angular.JS (timeago and more)</description>
<summary>Moment.JS directives for Angular.JS (timeago and more).</summary>
<releaseNotes />
<copyright />
<dependencies>
<dependency id="Moment.js" version="2.0.0" />
</dependencies>
<tags>AngularJS MomentJS Moment</tags>
</metadata>
<files>
<file src="angular-moment.js" target="content\Scripts\angular-moment.js" />
<file src="angular-moment.min.js" target="content\Scripts\angular-moment.min.js" />
</files>
</package>

0 comments on commit fe91971

Please sign in to comment.