Skip to content

Commit

Permalink
Repo moved under Nordcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
artoliukkonen committed Jan 8, 2020
1 parent 61e2a42 commit aece13b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
https://github.com/nordcloud/serverless-jest-plugin/blob/master/LICENSE
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -35,4 +35,4 @@
"serverless": "^1.32.0",
"strip-ansi": "chalk/strip-ansi"
}
}
}

0 comments on commit aece13b

Please sign in to comment.