Skip to content

Commit

Permalink
Added initial 3.1 types
Browse files Browse the repository at this point in the history
  • Loading branch information
Corbin Crutchley committed Sep 10, 2019
1 parent 90bc07e commit 01c6dc0
Show file tree
Hide file tree
Showing 6 changed files with 651 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:watch": "lerna run build:watch --parallel",
"release": "auto shipit",
"tsTest:custom": "dtslint packages/custom/types --expectOnly",
"tsTest:main": "dtslint packages/jimp/types --expectOnly "
"tsTest:main": "dtslint packages/jimp/types --expectOnly"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"module": "es/index.js",
"browser": "browser/lib/jimp.js",
"types": "types/index.d.ts",
"typesVersions": {
">=3.1.0-0": {
"*": [
"types/ts3.1/index.d.ts"
]
}
},
"tonicExampleFilename": "example.js",
"files": [
"browser",
Expand Down
Loading

0 comments on commit 01c6dc0

Please sign in to comment.