Skip to content

Commit

Permalink
Merge pull request #3 from phenyl-js/chore/bump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
sasurau4 authored Apr 20, 2019
2 parents adcdd60 + 62c7984 commit 8be030c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
key: v{{ .Environment.CIRCLECI_CACHE_VERSION }}-dependencies-{{ .Branch }}-{{ checksum "deps.txt" }}
- run: yarn ci-test
- run: yarn type-check
- run: yarn build
workflows:
version: 2.1
test_deploy:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-crypt",
"version": "0.1.4",
"version": "0.2.2",
"description": "",
"repository": "https://github.com/phenyl-js/power-crypt",
"license": "Apache-2.0",
Expand All @@ -17,6 +17,8 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"clean": "rm -rf lib",
"prepare": "yarn clean && yarn build",
"build": "tsc --declaration",
"ci-test": "nyc mocha --require ts-node/register 'test/**/*.ts' --color always",
"test": "mocha --require ts-node/register 'test/**/*.ts' --color always",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"exclude": ["test"]
"include": ["src/**/*"]
}

0 comments on commit 8be030c

Please sign in to comment.