Skip to content

Commit fd67b23

Browse files
committed
Move package
1 parent 4624839 commit fd67b23

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+6
-5
lines changed

tools/pkg-json/schema/README.md renamed to lib/node_modules/@stdlib/_tools/package-json/schema/README.md

Lines changed: 2 additions & 2 deletions

tools/pkg-json/schema/examples/index.js renamed to lib/node_modules/@stdlib/_tools/package-json/schema/examples/index.js

File renamed without changes.

tools/pkg-json/schema/lib/index.js renamed to lib/node_modules/@stdlib/_tools/package-json/schema/lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
/**
44
* JSON schema for package.json.
55
*
6-
* @module @stdlib/tools/pkg-json/schema
6+
* @module @stdlib/_tools/package-json/schema
77
*
88
* @example
9-
* var schema = require( '@stdlib/tools/pkg-json/schema' );
9+
* var schema = require( '@stdlib/_tools/package-json/schema' );
1010
*
1111
* var json = schema();
1212
*/

tools/pkg-json/schema/lib/schema.js renamed to lib/node_modules/@stdlib/_tools/package-json/schema/lib/schema.js

File renamed without changes.

tools/pkg-json/schema/lib/schema.json renamed to lib/node_modules/@stdlib/_tools/package-json/schema/lib/schema.json

File renamed without changes.

tools/pkg-json/schema/package.json renamed to lib/node_modules/@stdlib/_tools/package-json/schema/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@stdlib/tools/pkg-json/schema",
2+
"name": "@stdlib/_tools/package-json/schema",
33
"version": "0.0.0",
44
"description": "JSON schema for package.json.",
55
"author": {
@@ -22,6 +22,7 @@
2222
"keywords": [
2323
"stdlib",
2424
"tools",
25+
"tool",
2526
"json",
2627
"schema",
2728
"package",

tools/pkg-json/schema/test/fixtures/bad_author1.json renamed to lib/node_modules/@stdlib/_tools/package-json/schema/test/fixtures/bad_author1.json

File renamed without changes.

tools/pkg-json/schema/test/fixtures/bad_author2.json renamed to lib/node_modules/@stdlib/_tools/package-json/schema/test/fixtures/bad_author2.json

File renamed without changes.

tools/pkg-json/schema/test/fixtures/bad_author3.json renamed to lib/node_modules/@stdlib/_tools/package-json/schema/test/fixtures/bad_author3.json

File renamed without changes.

tools/pkg-json/schema/test/fixtures/bad_bin.json renamed to lib/node_modules/@stdlib/_tools/package-json/schema/test/fixtures/bad_bin.json

File renamed without changes.

0 commit comments

Comments
 (0)