Skip to content

Commit 6dd63ee

Browse files
committed
Fix CircleCI config.
1 parent 397ab69 commit 6dd63ee

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,8 @@ jobs:
4242

4343
workflows:
4444
version: 2
45-
build_and_publish:
45+
build:
4646
jobs:
47-
- build:
48-
filters:
49-
branches:
50-
only: /.*/
51-
ignore: /.*deploy-cli.*/
52-
tags:
53-
only: /.*/
54-
ignore: /.*dev.*/
47+
- build_8
48+
- build_10
49+
- build_12

LICENSE.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2020 Journey Mobile, Inc.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@journeyapps/https-proxy-socket",
33
"version": "0.0.1",
44
"author": "JourneyApps",
5+
"license": "MIT",
56
"scripts": {
67
"build": "tsc",
78
"test": "mocha src/*.spec.ts",
@@ -28,7 +29,6 @@
2829
"dependencies": {},
2930
"files": [
3031
"/README.md",
31-
"/src",
3232
"/lib"
3333
]
3434
}

0 commit comments

Comments
 (0)