Skip to content

Commit

Permalink
Merge pull request #42 from thefill/feature-doc-improvements
Browse files Browse the repository at this point in the history
Feature doc improvements
  • Loading branch information
thefill committed May 19, 2019
2 parents 6d7e0f3 + 225643a commit 2d31726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ jobs:
command: |
npm run docs
- run:
name: Verify
command: |
sed -e '/<\/body>/r src/docs-partials/api-docs.style.html' -e '//N' docs/archive/0.0.3/index.html
- run:
name: Publish docs
command: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetli",
"version": "0.0.5",
"version": "0.0.6",
"description": "Dependency injector",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 2d31726

Please sign in to comment.