Compare commits

...

2 Commits

Author SHA1 Message Date
7c93618c5c
publish
All checks were successful
Build and publish / build-and-publish (push) Successful in 16s
2023-08-26 16:12:10 -07:00
a609a5ad4d
0.2.0 2023-08-26 16:11:50 -07:00
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -2,9 +2,9 @@
name: Build and test name: Build and test
on: on:
push: # push:
branches: # branches:
- master # - master
pull_request: pull_request:
branches: branches:
- master - master

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@js/memo", "name": "@js/memo",
"version": "0.1.0", "version": "0.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@js/memo", "name": "@js/memo",
"version": "0.1.0", "version": "0.2.0",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@js/types": "^0.2.1", "@js/types": "^0.2.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@js/memo", "name": "@js/memo",
"version": "0.1.0", "version": "0.2.0",
"description": "In-memory caching/memoization utilities", "description": "In-memory caching/memoization utilities",
"main": "build/index.js", "main": "build/index.js",
"types": "build/index.d.ts", "types": "build/index.d.ts",