Skip to content

Commit

Permalink
馃攢 Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
said-m committed Sep 21, 2021
2 parents c515475 + 7fe85a2 commit d1f2f63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cache:
- 'node_modules'

script:
- yarn test-ci
- yarn test:coverage

deploy:
edge: true
Expand All @@ -28,3 +28,6 @@ deploy:
skip_cleanup: true
on:
branch: master

after_success:
- yarn coveralls
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "priprava",
"version": "1.0.0",
"version": "1.0.1",
"description": "Template engine for describing JSON with dynamic data with variables, conditions and loops.",
"author": "Said Magomedov <saids.inbox@gmail.com>",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"lint": "tslint -p tsconfig.json",
"test": "jest --config jest.config.json",
"test:coverage": "yarn test --coverage",
"test-ci": "yarn test:coverage && cat ./coverage/lcov.info | coveralls",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepare": "husky install",
"prepack": "yarn build",
"postpack": "rm -rf ./dist"
Expand Down

0 comments on commit d1f2f63

Please sign in to comment.