Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 693b615

Browse files
author
Francois-Xavier Gentilhomme
committed
v1.0.2 MyScriptJS Travis and NPM integration
1 parent 7473555 commit 693b615

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ before_install: npm install -g grunt-cli
55
install: npm install && bower install
66
before_script: grunt build && grunt compress
77
deploy:
8+
- provider: npm
9+
10+
api_key:
11+
secure: MCuXdzbxTS648oPgBox8jRMfCFUdw48EQHEudoMznVVCXxa7VxGHSG8sOLf9OhtznVuG82BMi/Q9Mf3TLCRm12WhaiFoJQeWYG7DbLAaTApe9HaOcMlaL1HA+yxAYMmxMlkqBxH/wHEtbXf9FHpbqemRvV36nD5OH97rZ6xGZQo=
12+
skip_cleanup: true
13+
on:
14+
tags: true
815
- provider: releases
916
api_key:
10-
secure: Aq7U70+NAyfHzSIB5UXDJW0AesVNFpSvbKjI+7dwXHp2mXXpyUclE0lAm6uk1VzdXyMstNeq5ULGleSoEki2CjmQ7MTBnNg6u86WAjc4LbBJXSDbupEjin0HHzUl8ZYxCS7QnQHraJeVEnYWRD6FxtoWJxxnSQ9eKrCP1Z59HOQ=
17+
secure: F9yCd2IhgEdDz908t110T5TJbFagDSAzwvbt2fMNJtubvbQ9YxLUdCxSzBeFTfxIv2Faffvyk99kSrhVIXI8VAUo0QIR29Q+XaMucBIPdLo5MRuC7ODTGoS16lCnIuqdxg4dtjjKTE+B2HZhj2TP9mmuN2GXqNLg/KIPkx8HoDg=
1118
file:
1219
- dist/myscript.zip
1320
- dist/myscript.tar.gz
1421
skip_cleanup: true
1522
on:
16-
tags: true
17-
repo: MyScript/MyScriptJS
23+
tags: true

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myscript",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"main": "./dist/myscript.js",
55
"description": "MyScriptJS is a free and open-source JavaScript library providing the easiest way to use MyScript Cloud handwriting recognition in your web app",
66
"keywords": [

dist/myscript.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myscript",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"main": "./dist/myscript.js",
55
"description": "MyScriptJS is a free and open-source JavaScript library providing the easiest way to use MyScript Cloud handwriting recognition in your web app",
66
"keywords": [

0 commit comments

Comments
 (0)