This repository was archived by the owner on Dec 21, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(releasing): fixes how src module is bundled and stored
affects: remark-lint-are-links-valid-alive, remark-lint-are-links-valid-core, remark-lint-are-links-valid-duplicate It was previously stored outside of packages/
- Loading branch information
Showing
9 changed files
with
103 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "remark-lint-are-links-valid-core", | ||
"version": "0.1.0", | ||
"description": "Checks if links are valid", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "../../node_modules/.bin/rollup -c ../../rollup.config.js -i src.js -o index.js" | ||
}, | ||
"dependencies": { | ||
"object.defaults": "^1.1.0", | ||
"unified-lint-rule": "^1.0.1", | ||
"unist-util-visit": "^1.1.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/wemake-services/remark-lint-are-links-valid.git" | ||
}, | ||
"keywords": [ | ||
"remark", | ||
"remark-lint", | ||
"links", | ||
"validation", | ||
"markdown" | ||
], | ||
"author": "Nikita Sobolev", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/wemake-services/remark-lint-are-links-valid/issues" | ||
}, | ||
"homepage": "https://github.com/wemake-services/remark-lint-are-links-valid#readme" | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|
||
array-each@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/array-each/-/array-each-1.0.1.tgz#a794af0c05ab1752846ee753a1f211a05ba0c44f" | ||
|
||
array-slice@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-1.0.0.tgz#e73034f00dcc1f40876008fd20feae77bd4b7c2f" | ||
|
||
[email protected]: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/co/-/co-3.1.0.tgz#4ea54ea5a08938153185e15210c68d9092bc1b78" | ||
|
||
for-in@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" | ||
|
||
for-own@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" | ||
dependencies: | ||
for-in "^1.0.1" | ||
|
||
isobject@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" | ||
|
||
object.defaults@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/object.defaults/-/object.defaults-1.1.0.tgz#3a7f868334b407dea06da16d88d5cd29e435fecf" | ||
dependencies: | ||
array-each "^1.0.1" | ||
array-slice "^1.0.0" | ||
for-own "^1.0.0" | ||
isobject "^3.0.0" | ||
|
||
sliced@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41" | ||
|
||
unified-lint-rule@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-1.0.1.tgz#1bf733d40e667bf1915c7156a83663ed00666c57" | ||
dependencies: | ||
wrapped "^1.0.1" | ||
|
||
unist-util-visit@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.1.3.tgz#ec268e731b9d277a79a5b5aa0643990e405d600b" | ||
|
||
wrapped@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/wrapped/-/wrapped-1.0.1.tgz#c783d9d807b273e9b01e851680a938c87c907242" | ||
dependencies: | ||
co "3.1.0" | ||
sliced "^1.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters