Skip to content

Commit 64e7cf5

Browse files
committed
[CHORE] bump version for pre-release
1 parent ef46cd3 commit 64e7cf5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*/**
2+
!package.json
3+
!README.md
4+
!index.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "1.0.2",
3+
"version": "1.1.0-rc.0",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)