Skip to content

Commit 4be8706

Browse files
committed
1.3.0
1 parent 5eb56de commit 4be8706

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"md-to-confluence-action","version":"1.2.1","description":"Github Action to publish your markdown documentation to Confluence","main":"dist/index.js","scripts":{"posttest":"eslint ./lib/**/*.js","test":"c8 mocha","build":"ncc build lib/index.js --license licenses.txt --minify --source-map","prepare":"husky install"},"author":"Eleftherios Chetzakis <eleftherios@workable.com>","license":"ISC","engines":{"node":">=16"},"type":"module","volta":{"node":"16.18.0"},"dependencies":{"@actions/core":"^1.10.0","axios":"^1.1.2","form-data":"^4.0.0","markdown-it":"^13.0.1","yaml":"^2.1.3"},"devDependencies":{"@vercel/ncc":"^0.36.0","c8":"^7.12.0","chai":"^4.3.6","chai-as-promised":"^7.1.1","dotenv":"^16.0.3","eslint":"^8.29.0","husky":"^8.0.3","lint-staged":"^13.1.0","mocha":"^10.1.0","nock":"^13.2.9","sinon":"^14.0.1"},"lint-staged":{"lib/**/*.js":["eslint --fix"]}}
1+
{"name":"md-to-confluence-action","version":"1.3.0","description":"Github Action to publish your markdown documentation to Confluence","main":"dist/index.js","scripts":{"posttest":"eslint ./lib/**/*.js","test":"c8 mocha","build":"ncc build lib/index.js --license licenses.txt --minify --source-map","prepare":"husky install"},"author":"Eleftherios Chetzakis <eleftherios@workable.com>","license":"ISC","engines":{"node":">=16"},"type":"module","volta":{"node":"16.18.0"},"dependencies":{"@actions/core":"^1.10.0","axios":"^1.1.2","form-data":"^4.0.0","markdown-it":"^13.0.1","yaml":"^2.1.3"},"devDependencies":{"@vercel/ncc":"^0.36.0","c8":"^7.12.0","chai":"^4.3.6","chai-as-promised":"^7.1.1","dotenv":"^16.0.3","eslint":"^8.29.0","husky":"^8.0.3","lint-staged":"^13.1.0","mocha":"^10.1.0","nock":"^13.2.9","sinon":"^14.0.1"},"lint-staged":{"lib/**/*.js":["eslint --fix"]}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-to-confluence-action",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Github Action to publish your markdown documentation to Confluence",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)