Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add license notice. Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Nov 6, 2019
1 parent 12a5e26 commit 9f9649b
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ script:

deploy:
provider: npm
email: "devops@xbyorange.com"
email: "javier.brea@gmail.com"
api_key: "$NPM_TOKEN"
on:
tags: true
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [to-be-deprecated]

## [unreleased]
### Added
### Changed
### Fixed
### Removed
### BREAKING CHANGES

## [TO BE DEPRECATED]

## [1.0.0] - 2019-10-21
## [1.0.0] - 2019-11-6
### Added
- Migrate from "xbyorange" npm-file-link private repository, version 1.0.1
- Forked from xbyorange/npm-file-link github repository (https://github.com/XbyOrange/npm-file-link), branch v1.0.0, commit 7de958092ebb5b1f32fef4f7a30dcb9a9aabede0 (https://github.com/XbyOrange/npm-file-link/commit/7de958092ebb5b1f32fef4f7a30dcb9a9aabede0).
- Migrated from "XbyOrange" npm-file-link private repository, version 1.0.1

### Changed
- Change binary scripts.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2019 Javier Brea
Copyright 2019 XbyOrange

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Copyright 2019 Javier Brea

This project was forked, and ALL FILES WERE MODIFICATED, from:
XByOrange npm-file-link, distributed under The Apache Software License, Version 2.0. - Forked from xbyorange/npm-file-link github repository (https://github.com/XbyOrange/npm-file-link), branch v1.0.0, commit 7de958092ebb5b1f32fef4f7a30dcb9a9aabede0 (https://github.com/XbyOrange/npm-file-link/commit/7de958092ebb5b1f32fef4f7a30dcb9a9aabede0).

34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLI for automatically linking npm repositories locally using \"file:\" method.
### Install

```bash
npm i @xbyorange/npm-file-link -g
npm i npm-file-link -g
```

### Usage
Expand Down Expand Up @@ -96,19 +96,19 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
[inquirer-url]: https://www.npmjs.com/package/inquirer#support-os-terminals
[inquirer-support]: https://www.npmjs.com/package/inquirer#support-os-terminals

[coveralls-image]: https://coveralls.io/repos/github/XbyOrange/npm-file-link/badge.svg
[coveralls-url]: https://coveralls.io/github/XbyOrange/npm-file-link
[travisci-image]: https://travis-ci.com/xbyorange/npm-file-link.svg?branch=master
[travisci-url]: https://travis-ci.com/xbyorange/npm-file-link
[last-commit-image]: https://img.shields.io/github/last-commit/xbyorange/npm-file-link.svg
[last-commit-url]: https://github.com/xbyorange/npm-file-link/commits
[license-image]: https://img.shields.io/npm/l/@xbyorange/npm-file-link.svg
[license-url]: https://github.com/xbyorange/npm-file-link/blob/master/LICENSE
[npm-downloads-image]: https://img.shields.io/npm/dm/@xbyorange/npm-file-link.svg
[npm-downloads-url]: https://www.npmjs.com/package/@xbyorange/npm-file-link
[npm-dependencies-image]: https://img.shields.io/david/xbyorange/npm-file-link.svg
[npm-dependencies-url]: https://david-dm.org/xbyorange/npm-file-link
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=xbyorange-npm-file-link&metric=alert_status
[quality-gate-url]: https://sonarcloud.io/dashboard?id=xbyorange-npm-file-link
[release-image]: https://img.shields.io/github/release-date/xbyorange/npm-file-link.svg
[release-url]: https://github.com/xbyorange/npm-file-link/releases
[coveralls-image]: https://coveralls.io/repos/github/javierbrea/npm-file-link/badge.svg
[coveralls-url]: https://coveralls.io/github/javierbrea/npm-file-link
[travisci-image]: https://travis-ci.com/javierbrea/npm-file-link.svg?branch=master
[travisci-url]: https://travis-ci.com/javierbrea/npm-file-link
[last-commit-image]: https://img.shields.io/github/last-commit/javierbrea/npm-file-link.svg
[last-commit-url]: https://github.com/javierbrea/npm-file-link/commits
[license-image]: https://img.shields.io/npm/l/npm-file-link.svg
[license-url]: https://github.com/javierbrea/npm-file-link/blob/master/LICENSE
[npm-downloads-image]: https://img.shields.io/npm/dm/npm-file-link.svg
[npm-downloads-url]: https://www.npmjs.com/package/npm-file-link
[npm-dependencies-image]: https://img.shields.io/david/javierbrea/npm-file-link.svg
[npm-dependencies-url]: https://david-dm.org/javierbrea/npm-file-link
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=npm-file-link&metric=alert_status
[quality-gate-url]: https://sonarcloud.io/dashboard?id=npm-file-link
[release-image]: https://img.shields.io/github/release-date/javierbrea/npm-file-link.svg
[release-url]: https://github.com/javierbrea/npm-file-link/releases
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@xbyorange/npm-file-link",
"name": "npm-file-link",
"version": "1.0.0",
"description": "CLI for linking npm repositories locally using \"file:\" method",
"keywords": [
Expand All @@ -11,9 +11,9 @@
"development",
"local"
],
"author": "XbyOrange",
"author": "Javier Brea",
"license": "Apache-2.0",
"repository": "https://github.com/xbyorange/npm-file-link",
"repository": "https://github.com/javierbrea/npm-file-link",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.organization=javierbrea
sonar.projectKey=xbyorange-npm-file-link
sonar.projectKey=npm-file-link
sonar.projectVersion=1.0.0

sonar.javascript.file.suffixes=.js
Expand Down

0 comments on commit 9f9649b

Please sign in to comment.