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:
workflow_dispatch: { }
# push:
# branches:
# - master
push:
branches:
- master
jobs:
build-and-publish:

View File

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

4
package-lock.json generated
View File

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

View File

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