We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751541f commit 7adfa81Copy full SHA for 7adfa81
.npmignore
@@ -7,8 +7,7 @@ example
7
node_modules
8
reference
9
script
10
-src/**/*.spec.ts
11
-tools
+src/
12
.coveralls.yml
13
.editorconfig
14
.eslintrc.json
@@ -18,5 +17,5 @@ docker-compose.yml
18
17
jest.config.js
19
package-lock.json
20
tsconfig.json
+tsconfig.app.json
21
tsconfig.spec.json
22
-tslint.json
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tedis",
3
- "version": "0.1.12",
+ "version": "0.2.0-beta",
4
"main": "build/main.js",
5
"scripts": {
6
"doc:dev": "vuepress dev doc",
0 commit comments