Skip to content

Commit

Permalink
ngCountTo - bower updated to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzpaddy committed Jan 8, 2017
1 parent dd50090 commit 576214e
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-filter-count-to",
"version": "0.0.6",
"version": "0.0.8",
"main": [
"dist/angular-filter-count-to.min.js"
],
Expand Down
101 changes: 101 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'publish' ]
2 info using [email protected]
3 info using [email protected]
4 verbose publish [ '.' ]
5 verbose cache add [ '.', null ]
6 verbose cache add name=undefined spec="." args=[".",null]
7 verbose parsed url { protocol: null,
7 verbose parsed url slashes: null,
7 verbose parsed url auth: null,
7 verbose parsed url host: null,
7 verbose parsed url port: null,
7 verbose parsed url hostname: null,
7 verbose parsed url hash: null,
7 verbose parsed url search: null,
7 verbose parsed url query: null,
7 verbose parsed url pathname: '.',
7 verbose parsed url path: '.',
7 verbose parsed url href: '.' }
8 silly lockFile 3a52ce78- .
9 verbose lock . /Users/fitzpaddy/.npm/3a52ce78-.lock
10 verbose tar pack [ '/Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package.tgz',
10 verbose tar pack '.' ]
11 verbose tarball /Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package.tgz
12 verbose folder .
13 info prepublish [email protected]
14 silly lockFile 1f1177db-tar tar://.
15 verbose lock tar://. /Users/fitzpaddy/.npm/1f1177db-tar.lock
16 silly lockFile fbd65594-ilter-count-to-0-0-7-package-tgz tar:///Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package.tgz
17 verbose lock tar:///Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package.tgz /Users/fitzpaddy/.npm/fbd65594-ilter-count-to-0-0-7-package-tgz.lock
18 silly lockFile 1f1177db-tar tar://.
19 silly lockFile 1f1177db-tar tar://.
20 silly lockFile fbd65594-ilter-count-to-0-0-7-package-tgz tar:///Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package.tgz
21 silly lockFile fbd65594-ilter-count-to-0-0-7-package-tgz tar:///Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package.tgz
22 silly lockFile 8ee9fe5e-ar-filter-count-to-0-0-7-package /Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package
23 verbose lock /Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package /Users/fitzpaddy/.npm/8ee9fe5e-ar-filter-count-to-0-0-7-package.lock
24 silly lockFile 8ee9fe5e-ar-filter-count-to-0-0-7-package /Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package
25 silly lockFile 8ee9fe5e-ar-filter-count-to-0-0-7-package /Users/fitzpaddy/.npm/angular-filter-count-to/0.0.7/package
26 silly lockFile 3a52ce78- .
27 silly lockFile 3a52ce78- .
28 silly publish { name: 'angular-filter-count-to',
28 silly publish version: '0.0.7',
28 silly publish description: 'AngularJS directive to animate counting to a number',
28 silly publish devDependencies: { grunt: '~0.4.1', 'grunt-contrib-uglify': '~0.2.2' },
28 silly publish homepage: 'http://pfitzpaddy.github.io/angular-filter-count-to/',
28 silly publish repository:
28 silly publish { type: 'git',
28 silly publish url: 'https://github.com/pfitzpaddy/angular-filter-count-to.git' },
28 silly publish author: { name: 'Patrick Fitzgerald' },
28 silly publish license: 'MIT',
28 silly publish readmeFilename: 'README.md',
28 silly publish readme: '# Angular Filter Count-To\n\nThis project is an animated counter for Angularjs. The directive counts from one number to another over a configured duration. This forked version updates the original repository by including [AngularJS filter](https://docs.angularjs.org/api/ng/filter) options as well as the ability to display floating values.\n[Demo](http://pfitzpaddy.github.io/angular-filter-count-to/)\n\n\n## Install via npm\n\n```\n$ npm install angular-filter-count-to\n```\n## Install via bower\n\n```\n$ bower install angular-filter-count-to\n```\n\n## How to use angular count-to\n\nInject the `count-to` directive in your app.\n\n```\nvar myApp = angular.module(\'myApp\', [\'ngCountTo\']);\n```\n\nApply the directive to a dom element.\n```\n <!-- Number filter -->\n <span ng-count-to="{{countTo}}" value="{{countFrom}}" duration="4" filter="number"></span>\n```\n\n```\n <!-- Currency filter -->\n <span ng-count-to="{{countTo}}" value="{{countFrom}}" duration="4" filter="currency" params="$"></span>\n```\n\n\n### Attributes\n\nThe following attributes can be set as numbers on the directive element.\n\n- ```ng-count-to``` the number to count to.\n- ```value``` the number to start counting from.\n- ```duration``` how long the count should take in seconds.\n- ```filter``` the [AngularJS filter](https://docs.angularjs.org/api/ng/filter).\n- ```params``` the string of filter options.\n- ```fraction-size``` the decimal formatting.\n',
28 silly publish gitHead: 'dd5009007e5a766d8ff87330a4357a17a068f5f0',
28 silly publish bugs: { url: 'https://github.com/pfitzpaddy/angular-filter-count-to/issues' },
28 silly publish _id: '[email protected]',
28 silly publish scripts: {},
28 silly publish _shasum: 'c57c90091f1ce496b34f3d34393c92fa88910d34',
28 silly publish _from: '.' }
29 verbose request where is /angular-filter-count-to
30 verbose request registry https://registry.npmjs.org/
31 verbose request id cf9acb196509fc3b
32 verbose url raw /angular-filter-count-to
33 verbose url resolving [ 'https://registry.npmjs.org/', './angular-filter-count-to' ]
34 verbose url resolved https://registry.npmjs.org/angular-filter-count-to
35 verbose request where is https://registry.npmjs.org/angular-filter-count-to
36 info trying registry request attempt 1 at 11:38:33
37 http PUT https://registry.npmjs.org/angular-filter-count-to
38 http 403 https://registry.npmjs.org/angular-filter-count-to
39 verbose headers { 'content-type': 'application/json',
39 verbose headers 'cache-control': 'max-age=300',
39 verbose headers 'content-length': '95',
39 verbose headers 'accept-ranges': 'bytes',
39 verbose headers date: 'Sun, 08 Jan 2017 07:08:35 GMT',
39 verbose headers via: '1.1 varnish',
39 verbose headers connection: 'keep-alive',
39 verbose headers 'x-served-by': 'cache-hhn1539-HHN',
39 verbose headers 'x-cache': 'MISS',
39 verbose headers 'x-cache-hits': '0',
39 verbose headers 'x-timer': 'S1483859314.011758,VS0,VE1417',
39 verbose headers vary: 'Accept-Encoding' }
40 error publish Failed PUT 403
41 error Error: "You cannot publish over the previously published version 0.0.7." : angular-filter-count-to
41 error at RegClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:308:14)
41 error at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:246:65)
41 error at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:236:22)
41 error at Request.emit (events.js:98:17)
41 error at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1142:14)
41 error at Request.emit (events.js:117:20)
41 error at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1096:12)
41 error at IncomingMessage.emit (events.js:117:20)
41 error at _stream_readable.js:944:16
41 error at process._tickCallback (node.js:442:13)
42 error If you need help, you may report this *entire* log,
42 error including the npm and node versions, at:
42 error <http://github.com/npm/npm/issues>
43 error System Darwin 14.1.0
44 error command "node" "/usr/local/bin/npm" "publish"
45 error cwd /Users/fitzpaddy/Sites/ngm/angular-filter-count-to
46 error node -v v0.10.36
47 error npm -v 1.4.28
48 verbose exit [ 1, true ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-filter-count-to",
"version": "0.0.7",
"version": "0.0.8",
"description": "AngularJS directive to animate counting to a number",
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit 576214e

Please sign in to comment.