Skip to content

Commit db3edf4

Browse files
committed
0.5.0
1 parent 11121f9 commit db3edf4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typhonjs-utils/package-json",
33
"description": "Provides several utility functions for working with and retrieving `package.json`.",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
66
"type": "module",
77
"main": "src/functions.js",
@@ -14,15 +14,15 @@
1414
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
1515
],
1616
"devDependencies": {
17-
"@typhonjs-plugin/manager": "^0.0.1",
17+
"@typhonjs-plugin/manager": "^0.0.5",
1818
"@typhonjs-utils/build-test": "^0.1.0",
1919
"rollup": "^2.0.0",
2020
"rollup-plugin-dts": "^3.0.0"
2121
},
2222
"engines": {
2323
"node": ">=12"
2424
},
25-
"types": "./types/functions.d.ts",
25+
"types": "./types/index.d.ts",
2626
"files": [
2727
"/npm-shrinkwrap.json",
2828
"/src",
@@ -46,6 +46,6 @@
4646
"prepublishOnly": "npm run types && npm run test",
4747
"test": "c8 --reporter=lcov --reporter=text-summary mocha -colors \"test/src/**/*.test.js\"",
4848
"test-functions": "c8 --reporter=lcov --reporter=text-summary mocha -colors \"test/src/functions/**/*.test.js\"",
49-
"types": "npx -p typescript tsc ./src/functions.js --declaration --allowJs --emitDeclarationOnly --outDir ./lib && rollup --config"
49+
"types": "npx -p typescript tsc --project tsconfig.types.json && rollup --config rollup.config.types.js"
5050
}
5151
}

0 commit comments

Comments
 (0)