We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a088ff commit fd7dbc1Copy full SHA for fd7dbc1
package.json
@@ -1,11 +1,14 @@
1
{
2
- "version": "0.1.12",
+ "version": "0.1.13",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
6
"source": "lib/index.ts",
7
"module": "dist/index.esm.mjs",
8
- "files": ["dist", "lib"],
+ "files": [
9
+ "dist",
10
+ "lib"
11
+ ],
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/placemark/check-geojson.git"
0 commit comments