Sun Dec 10 05:00:47 CET 2017

gh-pages
c9jenkinsv3 2017-12-10 05:00:47 +01:00
rodzic d04689596c
commit d49a40ff8e
9 zmienionych plików z 16 dodań i 14 usunięć

Wyświetl plik

@ -248,7 +248,7 @@
},
"homepage": "https://github.com/ternjs/tern#readme",
"_id": "tern@0.16.1",
"_shasum": "5f914e04b1098763f5af8b7fc5a3c22e87524337",
"_shasum": "567108f7741af2cb890a7b0f261e5d38ea083950",
"_from": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e",
"_resolved": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e"
}

Wyświetl plik

@ -20,7 +20,7 @@
"readme": "# tern_from_ts\n\nTern signatures extracted from typescript signatures.\n\nLicense: MIT\n\nSee also https://github.com/marijnh/tern and https://github.com/borisyankov/DefinitelyTyped\n",
"readmeFilename": "README.md",
"_id": "tern_from_ts@0.0.1",
"_shasum": "8d199befe8fbca5500846197150fd6d81d02bdab",
"_shasum": "637d8ab58ab20ef225b1f8d6b9f713b7b91f0dc4",
"_from": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c",
"_resolved": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c"
}

4
node_modules/nak/package.json wygenerowano vendored

File diff suppressed because one or more lines are too long

2
node_modules/tern/package.json wygenerowano vendored
Wyświetl plik

@ -248,7 +248,7 @@
},
"homepage": "https://github.com/ternjs/tern#readme",
"_id": "tern@0.16.1",
"_shasum": "5f914e04b1098763f5af8b7fc5a3c22e87524337",
"_shasum": "567108f7741af2cb890a7b0f261e5d38ea083950",
"_from": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e",
"_resolved": "git+https://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e"
}

2
node_modules/tern_from_ts/package.json wygenerowano vendored
Wyświetl plik

@ -20,7 +20,7 @@
"readme": "# tern_from_ts\n\nTern signatures extracted from typescript signatures.\n\nLicense: MIT\n\nSee also https://github.com/marijnh/tern and https://github.com/borisyankov/DefinitelyTyped\n",
"readmeFilename": "README.md",
"_id": "tern_from_ts@0.0.1",
"_shasum": "8d199befe8fbca5500846197150fd6d81d02bdab",
"_shasum": "637d8ab58ab20ef225b1f8d6b9f713b7b91f0dc4",
"_from": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c",
"_resolved": "git+https://github.com/cloud9ide/tern_from_ts.git#66df507986bbdd63f3bc4f0c53edb39169ce4f1c"
}

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "Cloud9",
"description": "New Cloud9 Client",
"version": "3.1.4048",
"version": "3.1.4050",
"author": "Ajax.org B.V. <info@ajax.org>",
"private": true,
"main": "bin/c9",
@ -50,13 +50,11 @@
"devDependencies": {},
"licenses": [],
"bundledDependencies": [
"ace",
"ace_tree",
"amd-loader",
"architect",
"architect-build",
"msgpack-js",
"c9"
],
"revision": "69976c4ed9e6eb3876fca8c6f89f963e88f79ce5"
"revision": "611ce286a453e6cc9882f6bb728248d42007ae43"
}

Wyświetl plik

@ -57,7 +57,6 @@ define(function(require, exports, module) {
}]);
} else {
[
"ace_tree",
"acorn",
"tern",
"tern_from_ts",
@ -82,7 +81,12 @@ define(function(require, exports, module) {
});
statics.addStatics([{
path: __dirname + "/../../node_modules/ace",
path: __dirname + "/../node_modules/ace_tree",
mount: "/lib/ace_tree",
}]);
statics.addStatics([{
path: __dirname + "/../node_modules/ace",
mount: "/lib/ace",
rjs: requirePaths
}]);

Wyświetl plik

@ -171,7 +171,7 @@ define(function(require, exports, module) {
// FIXME: this could be resolved via pathConfig:
var pathMap = {
"ace": __dirname + "/../../node_modules/ace/lib/ace",
"ace": __dirname + "/../node_modules/ace/lib/ace",
"plugins": __dirname + "/../../plugins",
"plugins/salesforce.language": __dirname + "/../../node_modules/salesforce.language",
"plugins/salesforce.sync": __dirname + "/../../node_modules/salesforce.sync"

Wyświetl plik

@ -1 +1 @@
1512792049
1512878445