Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed May 6, 2017
1 parent 0abf6d2 commit 9d2f906
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "7"
- "6"
- "4"
- "0.12"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-numeraljs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* AngularJS filter for Numeral.js: number formatting as a filter
* @version v2.0.0 - 2017-02-13
* @version v2.0.1 - 2017-05-06
* @link https://github.com/baumandm/angular-numeraljs
* @author Dave Bauman <baumandm@gmail.com>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
3 changes: 2 additions & 1 deletion dist/angular-numeraljs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-numeraljs",
"description": "AngularJS filter for Numeral.js: number formatting as a filter",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/baumandm/angular-numeraljs",
"author": "Dave Bauman <baumandm@gmail.com>",
"repository": {
Expand All @@ -13,17 +13,17 @@
},
"license": "MIT",
"dependencies": {
"numeral": "~2.0.4"
"numeral": ">=2.0.0"
},
"devDependencies": {
"karma": "1.4.1",
"grunt": ">= 1.0.1",
"grunt-karma": "2.0.0",
"grunt": "~1.0.1",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-ng-annotate": "2.0.2",
"jasmine-core": "~2.5.2",
"grunt-karma": "2.0.0",
"grunt-ng-annotate": "~3.0.0",
"jasmine-core": "~2.6.1",
"karma": "~1.7.0",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.2",
"phantomjs-prebuilt": "~2.1"
Expand Down

0 comments on commit 9d2f906

Please sign in to comment.