Skip to content

Commit 7ddf9a6

Browse files
committed
Readme
1 parent 06af3a3 commit 7ddf9a6

File tree

2 files changed

+105
-1
lines changed

2 files changed

+105
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note: if you are not familiar with this syntax, go and check out the [MDN Guide
2525
If you haven't, check out [reselect](https://github.com/faassen/reselect), an awesome tool to create and combine selectors.
2626

2727

28-
This returned object will be passed as argument to the callback provided whenever the state changes.
28+
The returned object will be passed as argument to the callback provided whenever the state changes.
2929
ngRedux checks for shallow equality of the state's selected slice whenever the Store is updated, and will call the callback only if there is a change.
3030
##### Important: It is assumed that you never mutate your states, if you do mutate them, ng-redux will not execute the callback properly.
3131
See [Redux's doc](http://gaearon.github.io/redux/docs/basics/Reducers.html) to understand why you should not mutate your states.

npm-debug.log

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ 'node', '/usr/local/bin/npm', 'publis' ]
3+
2 info using npm@2.11.3
4+
3 info using node@v0.12.7
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/Will/GitHub/ng2-redux',
13+
7 silly cache add type: 'directory' }
14+
8 verbose addLocalDirectory /Users/Will/.npm/ng2-redux/0.0.1/package.tgz not in flight; packing
15+
9 verbose tar pack [ '/Users/Will/.npm/ng2-redux/0.0.1/package.tgz',
16+
9 verbose tar pack '/Users/Will/GitHub/ng2-redux' ]
17+
10 verbose tarball /Users/Will/.npm/ng2-redux/0.0.1/package.tgz
18+
11 verbose folder /Users/Will/GitHub/ng2-redux
19+
12 info prepublish ng2-redux@0.0.1
20+
13 verbose addLocalTarball adding from inside cache /Users/Will/.npm/ng2-redux/0.0.1/package.tgz
21+
14 silly cache afterAdd ng2-redux@0.0.1
22+
15 verbose afterAdd /Users/Will/.npm/ng2-redux/0.0.1/package/package.json not in flight; writing
23+
16 verbose afterAdd /Users/Will/.npm/ng2-redux/0.0.1/package/package.json written
24+
17 silly publish { name: 'ng2-redux',
25+
17 silly publish version: '0.0.1',
26+
17 silly publish description: 'Angular 2 bindings for Redux',
27+
17 silly publish main: './lib/index.js',
28+
17 silly publish scripts:
29+
17 silly publish { build: 'rm -rf lib && `npm bin`/babel src --out-dir lib',
30+
17 silly publish test: 'mocha --compilers js:babel/register --recursive' },
31+
17 silly publish repository:
32+
17 silly publish { type: 'git',
33+
17 silly publish url: 'git+ssh://git@github.com/wbuchwalter/ng2-redux.git' },
34+
17 silly publish keywords: [ 'Redux', 'Flux', 'Angular' ],
35+
17 silly publish author:
36+
17 silly publish { name: 'William Buchwalter',
37+
17 silly publish email: 'wbuchwalter@gmail.com',
38+
17 silly publish url: 'http://github.com/wbuchwalter' },
39+
17 silly publish license: 'MIT',
40+
17 silly publish bugs: { url: 'https://github.com/wbuchwalter/ng2-redux/issues' },
41+
17 silly publish homepage: 'https://github.com/wbuchwalter/ng2-redux#readme',
42+
17 silly publish devDependencies:
43+
17 silly publish { babel: '^5.8.12',
44+
17 silly publish 'babel-loader': '^5.3.2',
45+
17 silly publish expect: '^1.8.0',
46+
17 silly publish mocha: '^2.2.5',
47+
17 silly publish webpack: '^1.10.5' },
48+
17 silly publish peerDependencies: { redux: '^1.0.0 || 1.0.0-alpha || 1.0.0-rc' },
49+
17 silly publish dependencies: { invariant: '^2.1.0' },
50+
17 silly publish readme: '# ng2-redux\nAngular 2 bindings for Redux.\n\n\n##### This is a work very much in progress, use at your own risk :)\n\n## How to use\nAn example counter app can be found [here](https://github.com/wbuchwalter/SampleNg2redux)\n',
51+
17 silly publish readmeFilename: 'README.md',
52+
17 silly publish gitHead: 'bd6b7e89a81e3270f121889662fc57847c5477d5',
53+
17 silly publish _id: 'ng2-redux@0.0.1',
54+
17 silly publish _shasum: '799bdad220a8c3203159ca3b90d7a8fef838d06a',
55+
17 silly publish _from: '.' }
56+
18 verbose getPublishConfig undefined
57+
19 silly mapToRegistry name ng2-redux
58+
20 silly mapToRegistry using default registry
59+
21 silly mapToRegistry registry https://registry.npmjs.org/
60+
22 silly mapToRegistry uri https://registry.npmjs.org/ng2-redux
61+
23 verbose publish registryBase https://registry.npmjs.org/
62+
24 silly publish uploading /Users/Will/.npm/ng2-redux/0.0.1/package.tgz
63+
25 verbose request uri https://registry.npmjs.org/ng2-redux
64+
26 verbose request sending authorization for write operation
65+
27 info attempt registry request try #1 at 10:43:37 PM
66+
28 verbose request id fe95fa41cdaebf1f
67+
29 http request PUT https://registry.npmjs.org/ng2-redux
68+
30 http 403 https://registry.npmjs.org/ng2-redux
69+
31 verbose headers { 'content-type': 'application/json',
70+
31 verbose headers 'cache-control': 'max-age=60',
71+
31 verbose headers 'content-length': '95',
72+
31 verbose headers 'accept-ranges': 'bytes',
73+
31 verbose headers date: 'Fri, 14 Aug 2015 02:43:39 GMT',
74+
31 verbose headers via: '1.1 varnish',
75+
31 verbose headers connection: 'keep-alive',
76+
31 verbose headers 'x-served-by': 'cache-dfw1825-DFW',
77+
31 verbose headers 'x-cache': 'MISS',
78+
31 verbose headers 'x-cache-hits': '0',
79+
31 verbose headers 'x-timer': 'S1439520217.912017,VS0,VE1189' }
80+
32 verbose request invalidating /Users/Will/.npm/registry.npmjs.org/ng2-redux on PUT
81+
33 error publish Failed PUT 403
82+
34 verbose stack Error: "You cannot publish over the previously published version 0.0.1." : ng2-redux
83+
34 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:247:14)
84+
34 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14)
85+
34 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:354:22)
86+
34 verbose stack at Request.emit (events.js:110:17)
87+
34 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1207:14)
88+
34 verbose stack at Request.emit (events.js:129:20)
89+
34 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1153:12)
90+
34 verbose stack at IncomingMessage.emit (events.js:129:20)
91+
34 verbose stack at _stream_readable.js:908:16
92+
34 verbose stack at process._tickCallback (node.js:355:11)
93+
35 verbose statusCode 403
94+
36 verbose pkgid ng2-redux
95+
37 verbose cwd /Users/Will/GitHub/ng2-redux
96+
38 error Darwin 15.0.0
97+
39 error argv "node" "/usr/local/bin/npm" "publis"
98+
40 error node v0.12.7
99+
41 error npm v2.11.3
100+
42 error code E403
101+
43 error "You cannot publish over the previously published version 0.0.1." : ng2-redux
102+
44 error If you need help, you may report this error at:
103+
44 error <https://github.com/npm/npm/issues>
104+
45 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)