From aece13b3d5db7242d68ffe8b94f857b21d431df8 Mon Sep 17 00:00:00 2001 From: Arto Liukkonen Date: Wed, 8 Jan 2020 10:38:26 +0200 Subject: [PATCH] Repo moved under Nordcloud --- LICENSE | 2 +- README.md | 6 +++--- package.json | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 99f37e3..a3847f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 SC5 Online Ltd +Copyright (c) 2020 Nordcloud Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7f4815e..c5b62e0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Serverless Jest Plugin -[![Build Status](https://travis-ci.org/SC5/serverless-jest-plugin.svg?branch=master)](https://travis-ci.org/SC5/serverless-jest-plugin) +[![Build Status](https://travis-ci.org/nordcloud/serverless-jest-plugin.svg?branch=master)](https://travis-ci.org/nordcloud/serverless-jest-plugin) A Serverless Plugin for the [Serverless Framework](http://www.serverless.com) which adds support for test-driven development using [jest](https://facebook.github.io/jest/) **THIS PLUGIN REQUIRES SERVERLESS V1.0 OR LATER!** -More familiar with Mocha? Try [serverless-mocha-plugin](https://github.com/sc5/serverless-mocha-plugin). +More familiar with Mocha? Try [serverless-mocha-plugin](https://github.com/nordcloud/serverless-mocha-plugin). ## Introduction @@ -86,4 +86,4 @@ sls invoke test [--stage stage] [--region region] [-f function] If no function names are passed to "invoke test", all tests related to handler functions are run. ## License -https://github.com/SC5/serverless-jest-plugin/blob/master/LICENSE \ No newline at end of file +https://github.com/nordcloud/serverless-jest-plugin/blob/master/LICENSE \ No newline at end of file diff --git a/package.json b/package.json index 58f99d9..50f543f 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "version": "0.3.0", "description": "Serverless plugin for test driven development using Jest", "main": "index.js", - "author": "Eetu Tuomala (https://sc5.io)", + "author": "Nordcloud (https://nordcloud.com)", "scripts": { "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", - "url": "git+https://github.com/sc5/serverless-jest-plugin.git" + "url": "git+https://github.com/nordcloud/serverless-jest-plugin.git" }, "dependencies": { "bluebird": "^3.5.2", @@ -22,9 +22,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/sc5/serverless-jest-plugin/issues" + "url": "https://github.com/nordcloud/serverless-jest-plugin/issues" }, - "homepage": "https://github.com/sc5/serverless-jest-plugin#readme", + "homepage": "https://github.com/nordcloud/serverless-jest-plugin#readme", "devDependencies": { "eslint": "^3.14.0", "eslint-config-airbnb": "^14.0.0", @@ -35,4 +35,4 @@ "serverless": "^1.32.0", "strip-ansi": "chalk/strip-ansi" } -} +} \ No newline at end of file