Skip to content

Commit

Permalink
Add types
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Feb 7, 2021
1 parent f7d9394 commit e94760d
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -35,14 +35,19 @@
"config/",
"lib/",
"purest.js",
"purest.d.ts",
"CHANGELOG.md",
"LICENSE",
"README.md",
"package.json"
],
"types": "purest.d.ts",
"scripts": {
"test": "npm run test:ci",
"test:ci": "npx mocha --recursive",
"test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
},
"engines": {
"node": ">=8.0.0"
}
}

0 comments on commit e94760d

Please sign in to comment.