Compare commits

..

No commits in common. "7c93618c5c969be103c9870b63d9b1ac9ae623c4" and "ddbda71a840070a6a1f9474b0409fc9a82077946" have entirely different histories.

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.2.0",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@js/memo",
"version": "0.2.0",
"version": "0.1.0",
"license": "ISC",
"devDependencies": {
"@js/types": "^0.2.1",

View File

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