Skip to content

Commit 95cd64e

Browse files
committed
Other: Moved a few things out of the root folder
1 parent ac26a7a commit 95cd64e

26 files changed

+77
-169
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ engines:
55
tslint:
66
enabled: true
77
channel: beta
8-
config: tslint.json
8+
config: .tslint.json
99
ratings:
1010
paths:
1111
- "src/**.js"

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ cli/wrappers/*
33
coverage/*
44
dist/*
55
docs/*
6-
gulpfile.js
76
lib/deep-equal/*
87
lib/prelude.js
98
lib/polyfill.js
109
lib/tape-adapter.js
1110
lib/tsd-jsdoc/*
1211
lib/*/tests/*
1312
sandbox/*
13+
scripts/*
1414
tests/*
File renamed without changes.

cli/pbts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ exports.main = function(args, callback) {
9898
// There is no proper API for jsdoc, so this executes the CLI and pipes the output
9999
var basedir = path.join(__dirname, "..");
100100
var moduleName = argv.name || "null";
101-
var cmd = "node \"" + require.resolve("jsdoc/jsdoc.js") + "\" -c \"" + path.join(basedir, "jsdoc.types.json") + "\" -q \"module=" + encodeURIComponent(moduleName) + "&comments=" + Boolean(argv.comments) + "\" " + files.map(function(file) { return "\"" + file + "\""; }).join(" ");
101+
var cmd = "node \"" + require.resolve("jsdoc/jsdoc.js") + "\" -c \"" + path.join(basedir, "scripts", "jsdoc.types.json") + "\" -q \"module=" + encodeURIComponent(moduleName) + "&comments=" + Boolean(argv.comments) + "\" " + files.map(function(file) { return "\"" + file + "\""; }).join(" ");
102102
var child = child_process.exec(cmd, {
103103
cwd: process.cwd(),
104104
argv0: "node",

dist/light/protobuf.js

Lines changed: 12 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/light/protobuf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/light/protobuf.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/light/protobuf.min.js.gz

-17 Bytes
Binary file not shown.

dist/light/protobuf.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minimal/protobuf.js

Lines changed: 10 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)