publish 0.1.0
All checks were successful
Build and publish / build-and-publish (push) Successful in 10s

This commit is contained in:
James Brumond 2023-08-20 20:14:59 -07:00
parent 14a9838d04
commit 0f63765418
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ name: Build and publish
on:
workflow_dispatch: { }
# push:
# branches:
# - master
push:
branches:
- master
jobs:
build-and-publish:

View File

@ -1,6 +1,6 @@
{
"name": "@js/types",
"version": "1.0.0",
"version": "0.1.0",
"description": "Template project for creating new TypeScript type-definition-only packages",
"main": "src/index.d.ts",
"types": "src/index.d.ts",