fix: update package.json versioning and engine info. fix: added triggers to workflow for pushing to master branch or pr's targeting master branch
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
name: lint_test_format
|
name: lint_test_format
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: lint
|
name: lint
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "onspring-api-sdk",
|
"name": "onspring-api-sdk",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "A javascript SDK for interacting with version 2 of the Onspring API.",
|
"description": "A javascript SDK for interacting with version 2 of the Onspring API.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"onspring",
|
"onspring",
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=14.x"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user