mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
prepare for npm publish
This commit is contained in:
parent
daa6ed8755
commit
fee542d2f4
12
.npmignore
12
.npmignore
|
@ -1,4 +1,12 @@
|
||||||
build
|
.DS_Store
|
||||||
demo
|
**/.*
|
||||||
|
.tmp
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
jspm_packages
|
||||||
|
|
||||||
tests
|
tests
|
||||||
lib
|
lib
|
||||||
|
demo
|
||||||
|
build
|
||||||
|
coverage
|
||||||
|
|
|
@ -32,3 +32,9 @@ deploy:
|
||||||
script: npm run branch-release
|
script: npm run branch-release
|
||||||
on:
|
on:
|
||||||
branch: master
|
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
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "ReDoc",
|
"name": "redoc",
|
||||||
"description": "Swagger-generated API Reference Documentation",
|
"description": "Swagger-generated API Reference Documentation",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Rebilly/ReDoc"
|
"url": "git://github.com/Rebilly/ReDoc"
|
||||||
},
|
},
|
||||||
|
"main": "dist/redoc.full.min.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp lint && gulp test",
|
"test": "gulp lint && gulp test",
|
||||||
|
"prepublish": "gulp build",
|
||||||
"postinstall": "jspm install",
|
"postinstall": "jspm install",
|
||||||
"start": "gulp serve",
|
"start": "gulp serve",
|
||||||
"build-dist": "gulp build",
|
"build-dist": "gulp build",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user