Skip to content

Commit

Permalink
ci: resume relasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Ottun committed Oct 14, 2021
1 parent f33279f commit eb47dc3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build

on:
push:
paths:
- '!docs/**'
branches: [ main ]

env:
Expand Down
27 changes: 20 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
{
"name": "@sayjava/deputy",
"version": "0.3.2",
"homepage": "https://sayjava.github.io/deputy",
"publisher": "Raymond",
"engines": {
"node": ">=14.17"
},
"bugs": {
"url": "https://github.com/sayjava/deputy/issues"
},
"author": {
"name": "Raymond Ottun",
"url": "https://twitter.com/sayjava"
},
"description": "A robust HTTP mock sever for development, inspecting and proxying API endpoints. Suitable also for micro-services testing",
"repository": "git@github.com:sayjava/deputy.git",
"license": "MIT",
"keywords": [
"mock-http-server",
"mock-services",
"mock-api",
"http-stub",
"express-mock-middleware",
"http-test"
"mock http server",
"mock http api",
"simulate http api",
"http stub",
"http tester",
"debug http",
"inspect http"
],
"files": [
"lib/**",
"dashboard/**"
],
"main": "lib/index.js",
"main": "lib/deputy.js",
"bin": {
"deputy": "lib/deputy.js"
},
Expand Down

0 comments on commit eb47dc3

Please sign in to comment.