Skip to content

Commit

Permalink
Fixing path of package.json:types
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Church committed Oct 3, 2019
1 parent 5ebe6a3 commit c7622ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-module-polyfill",
"version": "1.0.0",
"version": "1.0.1",
"description": "Polyfills for the Node.Module interface",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/node": "^12.7.8",
"semver": "^6.3.0"
},
"types": "dist/index.d.ts",
"types": "types/index.d.ts",
"jest": {
"testEnvironment": "node",
"testMatch": [
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
@@ -1,5 +1,5 @@
name: node-module-polyfill
version: 1.0.0
version: 1.0.1
description: Polyfills for the Node.Module interface
author: Danielle Church <dani.church@gmail.com>
license: ISC
Expand All @@ -11,7 +11,7 @@ keywords:
- polyfill

main: dist/index.js
types: dist/index.d.ts
types: types/index.d.ts
scripts:
build: tsc
watch: tsc --watch
Expand Down

0 comments on commit c7622ee

Please sign in to comment.