prepare for npm publish

This commit is contained in:
Roman Hotsiy 2016-01-12 23:35:08 +02:00
parent daa6ed8755
commit fee542d2f4
3 changed files with 29 additions and 14 deletions

View File

@ -1,4 +1,12 @@
build
demo
.DS_Store
**/.*
.tmp
node_modules
jspm_packages
tests
lib
demo
build
coverage

View File

@ -22,13 +22,19 @@ before_install:
before_deploy:
- npm run build-dist
deploy:
- skip_cleanup: true
provider: script
script: ./build/deploy_gh_pages.sh
on:
branch: master
- skip_cleanup: true
provider: script
script: npm run branch-release
on:
branch: master
- skip_cleanup: true
provider: script
script: ./build/deploy_gh_pages.sh
on:
branch: master
- skip_cleanup: true
provider: script
script: npm run branch-release
on:
branch: master
- provider: npm
skip_cleanup: true
api_key:
secure: PuhWLERrCEFmXmdFpw2OVFlqpOIVDmgwk5JUJOYaFdVCh/smp0+jZCQ4vrdFpuG96rnDVirD+A8xvW6NgsNNaRthLgOB/LRdFN69rU6Gvn3At6wlnC55t5dlhxPvCfnzJcHVBLXX4EmMkjnZqDg2uczXTzPodr3FnQJNuXmP8B33fzDVLyHccvXZ90abwXWVrgRIXPU28niqCR8DOC2OTzs7wqz+BLNkYDRRbyYXsg62HWuD33x5iof5IqBmhzBt3usCGmF3QGcgHrXHdZw3sZnit8+Bua++3KrXR0x6HGXXN1AoXVmCAkCa5OTQ5R3tCRxiJN3P2KLnvWeZR74sTFkovJB/6pGCvbJ/c7Wnuw6sD7SgOUBD359ULB6lAf5OnxBLoNebX4JxxVXF+zA4E3Bl44VxkzDpPWc15xqBPMB5vBREzMVmJ5mExn2s5cmLQjADbl9h0y6gZnhnNJ+iTmqtrVyM0ZkF2rPrzrTdGD+ULmRIlTMkdD1bh+/TJ3RdXT3P4/zNUJmiNnvgnnJVYYvsGaXWF+7uCVHT/8k2RsoSHqgkqh0gkDqGSwVix55y5mC7T2Vk9lMBhm6MvFJXaonOX0kxJS4EDQ3plPd6/ybG+TLhwggYnQ8o9msU5Nt6FpUShKiezjKurIhbQZdwlVivX3tahjW2QjNDO58xGgY=
on:
tags: true

View File

@ -1,14 +1,15 @@
{
"name": "ReDoc",
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"
},
"main": "dist/redoc.full.min.js",
"scripts": {
"test": "gulp lint && gulp test",
"prepublish": "gulp build",
"postinstall": "jspm install",
"start": "gulp serve",
"build-dist": "gulp build",