Skip to content

Commit

Permalink
Remove distribution files from source
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 26, 2015
1 parent 690e38b commit e012e19
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6,842 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
*.log
components/
node_modules/
coverage/
node_modules/
remark-lint.js
remark-lint.min.js
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit e012e19

Please sign in to comment.