Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit f2909c0

Browse files
committed
npm not published fix
1 parent 922a2dc commit f2909c0

File tree

4 files changed

+113
-3
lines changed

4 files changed

+113
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-socialshare",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "A social url and content sharing directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <[email protected]",

dist/angular-socialshare.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-debug.log

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ 'node', '/usr/local/bin/npm', 'publish' ]
3+
2 info using [email protected]
4+
3 info using [email protected]
5+
4 verbose publish [ '.' ]
6+
5 silly cache add args [ '.', null ]
7+
6 verbose cache add spec .
8+
7 silly cache add parsed spec { raw: '.',
9+
7 silly cache add scope: null,
10+
7 silly cache add name: null,
11+
7 silly cache add rawSpec: '.',
12+
7 silly cache add spec: '/Users/45kb/Projects/share',
13+
7 silly cache add type: 'directory' }
14+
8 verbose addLocalDirectory /Users/45kb/.npm/angular-socialshare/0.1.15/package.tgz not in flight; packing
15+
9 info lifecycle [email protected]~prepublish: [email protected]
16+
10 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing
17+
11 verbose tar pack [ '/Users/45kb/.npm/angular-socialshare/0.1.15/package.tgz',
18+
11 verbose tar pack '/Users/45kb/Projects/share' ]
19+
12 verbose tarball /Users/45kb/.npm/angular-socialshare/0.1.15/package.tgz
20+
13 verbose folder /Users/45kb/Projects/share
21+
14 verbose addLocalTarball adding from inside cache /Users/45kb/.npm/angular-socialshare/0.1.15/package.tgz
22+
15 silly cache afterAdd [email protected]
23+
16 verbose afterAdd /Users/45kb/.npm/angular-socialshare/0.1.15/package/package.json not in flight; writing
24+
17 verbose afterAdd /Users/45kb/.npm/angular-socialshare/0.1.15/package/package.json written
25+
18 silly publish { name: 'angular-socialshare',
26+
18 silly publish version: '0.1.15',
27+
18 silly publish description: 'A social urls and content sharing directive for angularjs.',
28+
18 silly publish homepage: 'http://720kb.githb.io/angular-socialshare',
29+
18 silly publish keywords: [ 'social', 'sharing', 'buttons', 'share', 'angular', 'angularjs' ],
30+
18 silly publish main: 'dist/angular-socialshare.min.js',
31+
18 silly publish repository:
32+
18 silly publish { type: 'git',
33+
18 silly publish url: 'git+https://github.com/720kb/angular-socialshare.git' },
34+
18 silly publish license: 'MIT',
35+
18 silly publish devDependencies:
36+
18 silly publish { 'connect-modrewrite': '*',
37+
18 silly publish grunt: '*',
38+
18 silly publish 'grunt-concurrent': '*',
39+
18 silly publish 'grunt-contrib-connect': '*',
40+
18 silly publish 'grunt-contrib-csslint': '*',
41+
18 silly publish 'grunt-contrib-cssmin': '*',
42+
18 silly publish 'grunt-contrib-uglify': '*',
43+
18 silly publish 'grunt-contrib-watch': '*',
44+
18 silly publish 'grunt-eslint': '*' },
45+
18 silly publish author:
46+
18 silly publish { name: 'Filippo Oretti',
47+
18 silly publish email: '[email protected]',
48+
18 silly publish url: 'https://github.com/45kb' },
49+
18 silly publish contributors:
50+
18 silly publish [ { name: 'Dario Andrei',
51+
18 silly publish email: '[email protected]',
52+
18 silly publish url: 'https://github.com/wouldgo' } ],
53+
18 silly publish readme: 'Angular Socialshare\n==================\n\n![Angular socialshare](http://i.imgur.com/1c9C1T8.png)\n\n[![Join the chat at https://gitter.im/720kb/angular-socialshare](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/720kb/angular-socialshare?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n\nAngular Socialshare is an angularjs directive for sharing urls and content on social networks such as (facebook, google+, twitter, pinterest and so on).\n\n\nThe angular socialshare is developed by [720kb](http://720kb.net).\n\n####Requirements\n\n\nAngularJS v1.2+\n\n####Browser support\n\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png)\n--- | --- | --- | --- | --- |\n ✔ | ✔ | IE9 + | ✔ | ✔ |\n\n\n## Load\n\nTo use the directive, include the angular socialshare\'s javascript file in your web page:\n\n```html\n<!DOCTYPE HTML>\n<html>\n<body ng-app="app">\n //.....\n <script src="src/js/angular-socialshare.js"></script>\n</body>\n</html>\n```\n\n##Installation\n\n####Bower\n\n```bash\n$ bower install angularjs-socialshare --save\n```\n####Npm\n\n```bash\n$ npm install angular-socialshare --save\n```\n\n_then [load](https://github.com/720kb/angular-socialshare#load) it in your html_\n\n####Add module dependency\nAdd the 720kb.socialshare module dependency\n\n```javascript\nangular.module(\'app\', [\n \'720kb.socialshare\'\n ]);\n```\n\nCall the directive wherever you want in your html page\n\n```html\n<a href="#"\nsocialshare\nsocialshare-provider="facebook"\nsocialshare-text="720kb angular-socialshare"\nsocialshare-url="http://720kb.net">\nShare me\n</a>\n```\n\n##Usage\nAngular socialshare allows you to use sharing options via `attribute` data\n\n####Sharing Provider\nYou can set the social platform you want to share on using the `socialshare-provider=""` attribute.\n\n#####Providers:\n\n- facebook\n- twitter\n- linkedin\n- google+\n- pinterest\n- tumblr\n- reddit\n- stumbleupon\n- buffer\n- digg\n- delicious\n- vk\n- xing\n\nPlease use them all in lowercase (`socialshare-proivder="delicious"`)\n\n##Doc\nProvider | Method | Option | Type | Default | Description\n------------- | ------------- | ------------- | ------------- | ------------- | -------------\nFacebook | \tsharer, dialog\t\t| socialshare-url="" \t | page URL | false |\t\tSet the url to share\n | \tsharer, dialog\t\t| socialshare-text="" \t | String |\t false\t| Set the content to share\n | \tsharer, dialog\t\t| socialshare-media="" \t |\tURL |\tfalse | Set the media source to share\n | \tdialog\t\t| socialshare-type=""\t | String(\'feed\') | false |\t\tShare via facebook feed dialog - (info)[https://developers.facebook.com/docs/sharing/reference/feed-dialog/v2.4]\n | \tdialog\t\t| socialshare-via="" \t |\tString | false | \tSet the APP ID value\n | \tdialog\t\t| socialshare-to="" \t |\tString\t| false | Set the to value\n | \tdialog\t\t| socialshare-from="" \t |\tString\t| false | Set the from to value\n | \tdialog\t\t| socialshare-ref="" \t |\tString(\'comma,separated\') | false |\tSet the ref value\n | \tdialog\t\t| socialshare-display="" \t | String(\'popup\') | false |\tSet the display value\n | \tdialog\t\t| socialshare-source="" \t | URL | false |\tSet the source value\n | \tdialog\t\t| socialshare-caption="" \t | String | false |\tSet the caption to share\n | \tdialog\t\t| socialshare-redirect-uri="" \t | URL | false |\tSet the redirect URI\nTwitter | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\n | \tsharer\t\t| socialshare-via="" \t | \tString(\'@username\') | false |\tSet the via to share\n | \tsharer\t\t| socialshare-hashtags="" \t |\tString(\'hash,tag,hastag\')| false |\tSet the hashtags to share\nLinkedin | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\n Reddit | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-subreddit="" \t | String(\'technology\')\t| false |\tSet the subreddit to share on\n Vk | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\n Digg | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\nDelicious| \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\nStumbleupon| \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\nPinterest| \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\nGoogle + | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\nTumblr | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\nBuffer | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-via="" \t | URL | false |\t\tSet the buffer via\nXing | \tsharer\t\t| socialshare-url="" \t |\tURL | page URL|\tSet the url to share\n | \tsharer\t\t| socialshare-text="" \t | String\t| false |\tSet the content to share\n | \tsharer\t\t| socialshare-media="" \t | URL | false |\t\tSet the media url to share\n | \tsharer\t\t| socialshare-follow="" \t | URL | false |\t\tSet the Xing page url which will be then suggested to you to follow\n \n \n\n\n##Options\n\n####Sharing Popup Size\nyou can set a specific Height or Width for the sharing popup using the `socialshare-popup-height=""` and `socialshare-popup-width=""` attributes\n\n```html\n<a href="#"\nsocialshare\nsocialshare-provider="reddit"\nsocialshare-url="http://720kb.net"\nsocialshare-text="Sharing it!"\nsocialshare-popup-height="800"\nsocialshare-popup-width="800">\nShare with a bigger popup\n</a>\n```\n\n####Sharing Event Trigger\nYou can choose to bind a different event trigger for showing up the sharer popup using the `socialshare-trigger=""` attribute (you can use any angular `element.bind()` event you want)\n\n```html\n<a href="#"\nsocialshare\nsocialshare-provider="reddit"\nsocialshare-text="Sharing on mouseover"\nsocialshare-trigger="mouseover">\nShare me when mouse is over\n</a>\n```\nor a set of\n\n```html\n<a href="#"\nsocialshare\nsocialshare-provider="reddit"\nsocialshare-text="Sharing on mouseover"\nsocialshare-trigger="focusout mouseleave">\nShare me when focusout or mouseleave\n</a>\n```\n\n####[Live demo](https://720kb.github.io/angular-socialshare)\n\n\n##Contributing\n\nWe will be much grateful if you help us making this project to grow up.\nFeel free to contribute by forking, opening issues, pull requests etc.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Filippo Oretti, Dario Andrei\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
54+
18 silly publish readmeFilename: 'Readme.md',
55+
18 silly publish gitHead: '922a2dcc94be032b15ef6b3180ef7b0f139a4660',
56+
18 silly publish bugs: { url: 'https://github.com/720kb/angular-socialshare/issues' },
57+
18 silly publish _id: '[email protected]',
58+
18 silly publish scripts: {},
59+
18 silly publish _shasum: '3bedf4891ef68ab7d98d398117ebc598443abf55',
60+
18 silly publish _from: '.' }
61+
19 verbose getPublishConfig undefined
62+
20 silly mapToRegistry name angular-socialshare
63+
21 silly mapToRegistry using default registry
64+
22 silly mapToRegistry registry https://registry.npmjs.org/
65+
23 silly mapToRegistry uri https://registry.npmjs.org/angular-socialshare
66+
24 verbose publish registryBase https://registry.npmjs.org/
67+
25 silly publish uploading /Users/45kb/.npm/angular-socialshare/0.1.15/package.tgz
68+
26 verbose request uri https://registry.npmjs.org/angular-socialshare
69+
27 verbose request sending authorization for write operation
70+
28 info attempt registry request try #1 at 14:35:45
71+
29 verbose request using bearer token for auth
72+
30 verbose request id 9695b4a58117ec52
73+
31 http request PUT https://registry.npmjs.org/angular-socialshare
74+
32 http 403 https://registry.npmjs.org/angular-socialshare
75+
33 verbose headers { 'content-type': 'application/json',
76+
33 verbose headers 'cache-control': 'max-age=60',
77+
33 verbose headers 'content-length': '96',
78+
33 verbose headers 'accept-ranges': 'bytes',
79+
33 verbose headers date: 'Tue, 10 Nov 2015 13:35:47 GMT',
80+
33 verbose headers via: '1.1 varnish',
81+
33 verbose headers connection: 'keep-alive',
82+
33 verbose headers 'x-served-by': 'cache-fra1231-FRA',
83+
33 verbose headers 'x-cache': 'MISS',
84+
33 verbose headers 'x-cache-hits': '0',
85+
33 verbose headers 'x-timer': 'S1447162546.565546,VS0,VE1177' }
86+
34 verbose request invalidating /Users/45kb/.npm/registry.npmjs.org/angular-socialshare on PUT
87+
35 error publish Failed PUT 403
88+
36 verbose stack Error: "You cannot publish over the previously published version 0.1.15." : angular-socialshare
89+
36 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
90+
36 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:252:14)
91+
36 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
92+
36 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:198:22)
93+
36 verbose stack at Request.emit (events.js:110:17)
94+
36 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1082:10)
95+
36 verbose stack at Request.emit (events.js:129:20)
96+
36 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1009:12)
97+
36 verbose stack at IncomingMessage.emit (events.js:129:20)
98+
36 verbose stack at _stream_readable.js:908:16
99+
37 verbose statusCode 403
100+
38 verbose pkgid angular-socialshare
101+
39 verbose cwd /Users/45kb/Projects/share
102+
40 error Darwin 14.5.0
103+
41 error argv "node" "/usr/local/bin/npm" "publish"
104+
42 error node v0.12.7
105+
43 error npm v3.3.12
106+
44 error code E403
107+
45 error "You cannot publish over the previously published version 0.1.15." : angular-socialshare
108+
46 error If you need help, you may report this error at:
109+
46 error <https://github.com/npm/npm/issues>
110+
47 verbose exit [ 1, true ]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-socialshare",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "A social urls and content sharing directive for angularjs.",
55
"homepage": "http://720kb.githb.io/angular-socialshare",
66
"keywords": [

0 commit comments

Comments
 (0)