Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc #173

Merged
merged 1 commit into from Dec 17, 2018
Merged

misc #173

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions misc
Expand Up @@ -2,6 +2,8 @@ rm ~/.npmrc
npm login --registry=https://npm.sencha.com/ --scope=@sencha
npm login --registry=https://test.npm.sencha.com/ --scope=@sencha

npm login --registry=https://sencha.myget.org/F/commercial-test/npm/ --scope=@sencha

cat ~/.npmrc

npm --registry https://npm.sencha.com/ whoami
Expand Down
2 changes: 1 addition & 1 deletion packages/ext-react-webpack-plugin/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"switchit": "^1.0.8",
"@babel/generator": "^7.1.6",
"@babel/generator": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@sencha/cmd": "~6.6.0",
"ast-traverse": "^0.1.1",
Expand Down