Skip to content

Commit

Permalink
Added .travis.yml, updated package.json for automated npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed May 31, 2019
1 parent 5c7b8cf commit c5b6762
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
deploy:
provider: npm
email: [email protected]
api_key:
secure: Uu+/q38rcmccseFj1bwxitwB8Ma/MGCc7Es2WAc7y0cWx3+iqHU6NAqbjp+4CIz4y16OZ6BkKWevuAMkJh0X1JbfOVbx0vDW11N6QV0gtHbmFuwlR3k9xOdVzVdSW8LlqEIQ0rhZsd0JdHxH8qdYhVW7V6Gt7UCOH97sOrc6459pt1GW9eWKDiO4AUm5lPZ/AH52Ci+iGFrNgM7LACzuf+amAfL/Q8VOVW24HDPDdxApPi5k4FJ6W1AMKdovdtvC9Q74BjpjuIvMQ62K01uVnYF3MH5cDd6FI++PZOwEXGciclzsMFQW97ZhuLqu6YP8ugbOLK6BAHq7VEdY4N99kjoEFZwSq3fBLwd1bZXm7Yc+DPmmTwJils1mjrc7E+wMGM5862TX2laeNDfNM6ZwBO+OJhY9uJA75FlP4D0wwvx3Yzl+mB5UvZfGRK5uby/FuUC0WgCqaWDGXvn7nk7brCdmLmMbx9uWxhalk4r1HKGGH0dAlQPdXBAzEztKxrPfIJzAsA0Civ5+wS/H882zqHDZ34ySQNtPhJFZkXtITaXDRmmSP9YLaijucr4NIJhUTkSumG2Bj7FR3hbv7DDN4q5U7Z1YWR9xNgUHJWzwLP9CMMGLEwP0NkZs5iHWg48VQ++sKgBfClzltRBUSef/nx5ytt/CiT+8XslH4ub46yU=
on:
tags: true
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-map",
"version": "0.0.1",
"version": "1.0.0",
"description": "Map property values based on configurable mapping",
"repository": {
"type": "git",
Expand All @@ -19,5 +19,8 @@
"nodes": {
"property-mapping": "map.js"
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit c5b6762

Please sign in to comment.