Compare commits

..

2 Commits

Author SHA1 Message Date
2e95824ff4 3.0.11 2023-08-03 19:28:11 +02:00
c85c0d3035 fix(core): update 2023-08-03 19:28:10 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{
"name": "@push.rocks/npmextra",
"version": "3.0.10",
"version": "3.0.11",
"private": false,
"description": "do more with npm",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/npmextra',
version: '3.0.10',
version: '3.0.11',
description: 'do more with npm'
}