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: 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.2.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@js/memo", "name": "@js/memo",
"version": "0.2.0", "version": "0.1.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.2.0", "version": "0.1.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",