Skip to content

Commit a18565b

Browse files
committed
0.2.3
1 parent 7ec9b94 commit a18565b

File tree

3 files changed

+4416
-1
lines changed

3 files changed

+4416
-1
lines changed

npm-debug.log

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/Users/witty123/.nvm/versions/node/v7.6.0/bin/node',
3+
1 verbose cli '/Users/witty123/.nvm/versions/node/v7.6.0/bin/npm',
4+
1 verbose cli 'publish' ]
5+
2 info using npm@4.1.2
6+
3 info using node@v7.6.0
7+
4 verbose publish [ '.' ]
8+
5 silly cache add args [ '.', null ]
9+
6 verbose cache add spec .
10+
7 silly cache add parsed spec Result {
11+
7 silly cache add raw: '.',
12+
7 silly cache add scope: null,
13+
7 silly cache add escapedName: null,
14+
7 silly cache add name: null,
15+
7 silly cache add rawSpec: '.',
16+
7 silly cache add spec: '/Users/witty123/Documents/Github/motley',
17+
7 silly cache add type: 'directory' }
18+
8 verbose addLocalDirectory /Users/witty123/.npm/@coding-blocks/motley/0.2.3/package.tgz not in flight; packing
19+
9 verbose correctMkdir /Users/witty123/.npm correctMkdir not in flight; initializing
20+
10 info lifecycle @coding-blocks/motley@0.2.3~prepublish: @coding-blocks/motley@0.2.3
21+
11 silly lifecycle @coding-blocks/motley@0.2.3~prepublish: no script for prepublish, continuing
22+
12 info lifecycle @coding-blocks/motley@0.2.3~prepare: @coding-blocks/motley@0.2.3
23+
13 silly lifecycle @coding-blocks/motley@0.2.3~prepare: no script for prepare, continuing
24+
14 verbose tar pack [ '/Users/witty123/.npm/@coding-blocks/motley/0.2.3/package.tgz',
25+
14 verbose tar pack '/Users/witty123/Documents/Github/motley' ]
26+
15 verbose tarball /Users/witty123/.npm/@coding-blocks/motley/0.2.3/package.tgz
27+
16 verbose folder /Users/witty123/Documents/Github/motley
28+
17 verbose addLocalTarball adding from inside cache /Users/witty123/.npm/@coding-blocks/motley/0.2.3/package.tgz
29+
18 verbose correctMkdir /Users/witty123/.npm correctMkdir not in flight; initializing
30+
19 silly cache afterAdd @coding-blocks/motley@0.2.3
31+
20 verbose afterAdd /Users/witty123/.npm/@coding-blocks/motley/0.2.3/package/package.json not in flight; writing
32+
21 verbose correctMkdir /Users/witty123/.npm correctMkdir not in flight; initializing
33+
22 verbose afterAdd /Users/witty123/.npm/@coding-blocks/motley/0.2.3/package/package.json written
34+
23 silly publish { name: '@coding-blocks/motley',
35+
23 silly publish version: '0.2.3',
36+
23 silly publish description: 'Motley is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.',
37+
23 silly publish devDependencies:
38+
23 silly publish { 'bootstrap-sass-grid': '^4.0.1',
39+
23 silly publish express: '^4.16.2',
40+
23 silly publish grunt: '^1.0.2',
41+
23 silly publish 'grunt-contrib-clean': '^1.1.0',
42+
23 silly publish 'grunt-contrib-connect': '^1.0.2',
43+
23 silly publish 'grunt-contrib-livereload': '^0.1.2',
44+
23 silly publish 'grunt-contrib-watch': '^1.0.0',
45+
23 silly publish 'grunt-open': '^0.2.3',
46+
23 silly publish 'grunt-regarde': '^0.1.1',
47+
23 silly publish 'grunt-sass': '^2.1.0',
48+
23 silly publish 'grunt-static-hbs': '^0.2.0',
49+
23 silly publish hbs: '^4.0.1',
50+
23 silly publish jade: '^1.11.0',
51+
23 silly publish matchdep: '^2.0.0',
52+
23 silly publish 'node-sass': '^4.9.0',
53+
23 silly publish 'serve-static': '^1.13.2' },
54+
23 silly publish scripts:
55+
23 silly publish { test: 'echo "Error: no test specified" && exit 1',
56+
23 silly publish clean: 'grunt clean',
57+
23 silly publish start: 'grunt server',
58+
23 silly publish build: 'grunt build',
59+
23 silly publish prePublishOnly: 'npm run dist',
60+
23 silly publish dist: 'node-sass sass/styles/app.scss dist/app.min.css --output-style compressed && node-sass sass/styles/app.scss dist/app.css' },
61+
23 silly publish repository:
62+
23 silly publish { type: 'git',
63+
23 silly publish url: 'git+https://github.com/coding-blocks/motley.git' },
64+
23 silly publish author: { name: 'Coding Blocks', email: 'dev@codingblocks.com' },
65+
23 silly publish contributors: [ { name: '“aayusharora”', email: '“aayush113002@gmail.com”' } ],
66+
23 silly publish license: 'ISC',
67+
23 silly publish bugs: { url: 'https://github.com/coding-blocks/motley/issues' },
68+
23 silly publish homepage: 'https://github.com/coding-blocks/motley#readme',
69+
23 silly publish readme: '# Motley\n\nMotley is a new generation CSS framework based on [ITCSS](https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/) and [Sass](https://sass-lang.com/) , it allows you to design component-driven webpages with little or no effort. \n\n## Demo\n\nhttps://coding-blocks.github.io/motley\n\n ## Building and Running Motley Locally\n Building and running Motley in your local dev environment is very easy. Be sure you have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/en/docs/install) installed, then follow the directions below. \n \n 1. Clone the source code\n\n `git clone https://github.com/coding-blocks/motley.git`\n\n2. Change directory to `motley` and Install development dependencies\n\n`cd motley`\n\n `yarn install`\n\n3. Run a local development server\n\n `yarn start`\n \n Motley will start running on [localhost:9000](http://localhost:9000/).\n \n ## Directory Structure\n \n ```\n | sass/styles contains sass files\n | examples\n - public contains static assets\n - components contains individual components\n these are registered as partials and can be used in pages or other components\n - views Individual pages, gets build into examples/html/*.html files\n ```\n \n # See Motley in Action\n We want Motley to be as easy to use, install, run, and develop for as many as\n possible, and your feedback will help us get there!\n \n Motley is used in the following websites - \n \n 1. [Coding Blocks Online](https://online.codingblocks.com)\n 2. [Coding Blocks Account Dashboard](https://account.codingblocks.com)\n\n ## Maintainers\n \n 1. [Aayush Arora](https://github.com/aayusharora) \n 2. [Vibhu Dujari](https://github.com/vdvibhu20)\n 3. [Abhishek Gupta](https://github.com/abhishek97)\n\n \n \n',
70+
23 silly publish readmeFilename: 'README.md',
71+
23 silly publish gitHead: '7ec9b941123f59527a1150ec76804cb689f9dc27',
72+
23 silly publish _id: '@coding-blocks/motley@0.2.3',
73+
23 silly publish _shasum: '632019b48af54ccfde464489a18ec20d7deb2b9b',
74+
23 silly publish _from: '.' }
75+
24 info lifecycle @coding-blocks/motley@0.2.3~prepublishOnly: @coding-blocks/motley@0.2.3
76+
25 silly lifecycle @coding-blocks/motley@0.2.3~prepublishOnly: no script for prepublishOnly, continuing
77+
26 verbose getPublishConfig undefined
78+
27 silly mapToRegistry name @coding-blocks/motley
79+
28 silly mapToRegistry scope (from package name) @coding-blocks
80+
29 verbose mapToRegistry no registry URL found in name for scope @coding-blocks
81+
30 silly mapToRegistry using default registry
82+
31 silly mapToRegistry registry https://registry.npmjs.org/
83+
32 silly mapToRegistry data Result {
84+
32 silly mapToRegistry raw: '@coding-blocks/motley',
85+
32 silly mapToRegistry scope: '@coding-blocks',
86+
32 silly mapToRegistry escapedName: '@coding-blocks%2fmotley',
87+
32 silly mapToRegistry name: '@coding-blocks/motley',
88+
32 silly mapToRegistry rawSpec: '',
89+
32 silly mapToRegistry spec: 'latest',
90+
32 silly mapToRegistry type: 'tag' }
91+
33 silly mapToRegistry uri https://registry.npmjs.org/@coding-blocks%2fmotley
92+
34 verbose publish registryBase https://registry.npmjs.org/
93+
35 silly publish uploading /Users/witty123/.npm/@coding-blocks/motley/0.2.3/package.tgz
94+
36 verbose request uri https://registry.npmjs.org/@coding-blocks%2fmotley
95+
37 verbose request sending authorization for write operation
96+
38 info attempt registry request try #1 at 5:53:11 PM
97+
39 verbose request using bearer token for auth
98+
40 verbose request id ea7dfada79e17013
99+
41 http request PUT https://registry.npmjs.org/@coding-blocks%2fmotley
100+
42 http 403 https://registry.npmjs.org/@coding-blocks%2fmotley
101+
43 verbose headers { date: 'Sat, 28 Jul 2018 12:23:13 GMT',
102+
43 verbose headers 'content-type': 'application/json',
103+
43 verbose headers 'transfer-encoding': 'chunked',
104+
43 verbose headers connection: 'keep-alive',
105+
43 verbose headers 'set-cookie': [ '__cfduid=de8e3bc7aeb920eb611f55a6cef6277111532780592; expires=Sun, 28-Jul-19 12:23:12 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
106+
43 verbose headers 'cf-ray': '441750ccb8228a91-BOM',
107+
43 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
108+
43 verbose headers server: 'cloudflare',
109+
43 verbose headers 'content-encoding': 'gzip' }
110+
44 verbose request invalidating /Users/witty123/.npm/registry.npmjs.org/_40coding-blocks_252fmotley on PUT
111+
45 error publish Failed PUT 403
112+
46 verbose stack Error: You cannot publish over the previously published versions: 0.2.3. : @coding-blocks/motley
113+
46 verbose stack at makeError (/Users/witty123/.nvm/versions/node/v7.6.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:304:12)
114+
46 verbose stack at CachingRegistryClient.<anonymous> (/Users/witty123/.nvm/versions/node/v7.6.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:292:14)
115+
46 verbose stack at /Users/witty123/.nvm/versions/node/v7.6.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:218:7
116+
46 verbose stack at Gunzip.onEnd (zlib.js:213:5)
117+
46 verbose stack at emitNone (events.js:91:20)
118+
46 verbose stack at Gunzip.emit (events.js:186:7)
119+
46 verbose stack at endReadableNT (_stream_readable.js:974:12)
120+
46 verbose stack at _combinedTickCallback (internal/process/next_tick.js:74:11)
121+
46 verbose stack at process._tickCallback (internal/process/next_tick.js:98:9)
122+
47 verbose statusCode 403
123+
48 verbose pkgid @coding-blocks/motley
124+
49 verbose cwd /Users/witty123/Documents/Github/motley
125+
50 error Darwin 17.7.0
126+
51 error argv "/Users/witty123/.nvm/versions/node/v7.6.0/bin/node" "/Users/witty123/.nvm/versions/node/v7.6.0/bin/npm" "publish"
127+
52 error node v7.6.0
128+
53 error npm v4.1.2
129+
54 error code E403
130+
55 error You cannot publish over the previously published versions: 0.2.3. : @coding-blocks/motley
131+
56 error If you need help, you may report this error at:
132+
56 error <https://github.com/npm/npm/issues>
133+
57 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)