Remove distribution files from source

This commit is contained in:
Titus Wormer 2015-12-26 14:53:25 +01:00
parent 690e38be30
commit e012e19694
5 changed files with 15 additions and 6842 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
.DS_Store
*.log
components/
node_modules/
coverage/
node_modules/
remark-lint.js
remark-lint.min.js

View File

@ -6,3 +6,12 @@ node_js:
- iojs
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
deploy:
provider: releases
api_key:
secure: zN1uPgyYdGX7KMJnPW8+vCvC/cti6rqBdeEaTE0AAV3r96iPmTzHT9JFnMMVhXQ7lrZ23R/kMTg4/wqhPtW6viTGT5bky5+IHp1w+g98e52XYOAV24YhUWGhTfzUr4L466PIPyOtcCIjkPcZMk8eLy2xFeu9CmpnEP3veYdmxZJH6JOm/YuATqJ+kpZpevnyGJ62mOzz/B5UW0IX05u9vnOh9aie8WoTI8Cgnl7h543P/cQsy9zMltI9neZRIW0o7/z9PwRzudUZFp5+7nu4vq2pShdnFV5VSM1li/o9F1ztdaXSkRvfO5Qfa8mj9XEHhw+HjLzTdJ1fGfcfjfbq9UFVbktARrHB/1kmt8EzJqxonJtZLov+LSbWcaTcNSnCpNuQgpolVUlb1YYzMPZtQGy/yUC4olqUc1Dyedji1To2nc+3On2nDixzMVz3FQ1T3FQngYLfpSn7CbpXyCYmWiZGdPXBStIM/vpFgNbpqrpCny4Hp6skcCfnDjUBA7lTn2sn0dH53tWUpK/acVUeT87dWJ7mpb4244ZJirUbFO2asKkApKph7a9kQYGQ0GUgHaTFlBf3AgiGyQmAem/cTofsFX5BumQZerQOrKro5WmOaqWmuwjf19UXJrPrzUBAf0h2Re/X5DzKxQ14C5JS6jwiTDh9PImlFhRG+5galmw=
file:
- "remark-lint.js"
- "remark-lint.min.js"
on:
tags: true

View File

@ -33,8 +33,9 @@ a powerful markdown processor powered by [plugins](https://github.com/wooorm/rem
npm install remark-lint
```
**remark-lint** is also available for Duo, and for AMD,
CommonJS, and globals.
**remark-lint** is also available for [duo](http://duojs.org/#getting-started),
and as an AMD, CommonJS, and globals module, [uncompressed and
compressed](https://github.com/wooorm/remark-lint/releases).
## Command line

File diff suppressed because it is too large Load Diff

1
remark-lint.min.js vendored

File diff suppressed because one or more lines are too long