Skip to content

Commit 7adfa81

Browse files
committed
package update
1 parent 751541f commit 7adfa81

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ example
77
node_modules
88
reference
99
script
10-
src/**/*.spec.ts
11-
tools
10+
src/
1211
.coveralls.yml
1312
.editorconfig
1413
.eslintrc.json
@@ -18,5 +17,5 @@ docker-compose.yml
1817
jest.config.js
1918
package-lock.json
2019
tsconfig.json
20+
tsconfig.app.json
2121
tsconfig.spec.json
22-
tslint.json

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tedis",
3-
"version": "0.1.12",
3+
"version": "0.2.0-beta",
44
"main": "build/main.js",
55
"scripts": {
66
"doc:dev": "vuepress dev doc",

0 commit comments

Comments
 (0)