Skip to content

Commit 1fd32be

Browse files
committed
test npm [run deploy] v 1.1.3
1 parent 8d54373 commit 1fd32be

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ branches:
2525
before_deploy:
2626
- |
2727
if [[ ! $TRAVIS_VAR ]]; then
28-
printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
2928
npm run build
3029
echo "___TRAVIS_VAR____"
3130
export TRAVIS_VAR="1.$TRAVIS_BUILD_NUMBER"
@@ -55,10 +54,13 @@ deploy:
5554
branch: clientBuild
5655
condition: $TRAVIS_COMMIT_MESSAGE == *"[run deploy]"*
5756
- provider: npm
57+
registry: "https://registry.npmjs.org/"
5858
skip_cleanup: true
59+
access: public
5960
6061
api_key: $NPM_TOKEN
6162
keep_history: true
63+
auth_method: "authToken"
6264
on:
6365
branch : clientBuild
6466
condition: $TRAVIS_COMMIT_MESSAGE == *"[run deploy]"*

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminus-client",
3-
"version": "1.1.3",
3+
"version": "1.1.2",
44
"description": "TerminusDB client library",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)