Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ script:
- grunt intern:saucelabs --combined
- grunt remapIstanbul:ci
- grunt uploadCoverage
- grunt dist
notifications:
slack:
secure: xRRAbHYKa/dtmyP3imcwAJpm1c1S5cYrcfJ9zHb8ZXuGEzLxPQP8iVm2U5GJwyTHF/ovTmq3wqKvDvJyr0nS5i9YyfWUFrbG5cpgzr82sWTnZwLsjZC/Fk7K2jN9BvC1sC2m6deo4Mfc3Wrgzaox3xjssv3BnrkPqnZuZvreQZH2oA/oj6IOt6BRQW3WybDqbSSbltfH+7DF0gCvbVJj93D5hcAwMyFK60eqVAFHeQpzxIVOEjdzp4DkQjrTGU0nkz/AVIAM1FxI2LKhdRDiVeCnOOUQ831DphVxMuuYqdn0Ny8A6uf4JNx4o88ZixYavikEcv+V7SU5ov1GnPSksxfSR9QbxOfeEiHbvRc38U7mNKtWTOBymgA4Nns1Sbm/5Er1FvjI73hDwdYqkyrHSj8bIWWTJjzURg+7M+UADkaffRg3x5MwwslBCTGCxvvh9QDrRAbS1aVYZkTnPzh2I+j9L0veo5vi9rfF6lxG6KqABNGbvbgSEwzxR4IQ2eMEDvMVUFRgpjO+EobhX/QGBLvRNMzzI3lb6l657qk4N/S/ppUTt3OYweU7TushzFZiq+QzcZfJJmh8pCVyNnMyKM35h8EYv7FlLhVWZMtWHBIMAsWw4+eHwxPD46wYT74iXysjsmcUWAaqwFmjCh5NovyT8+uS3BI4Z3eZokknGbE=
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
"devDependencies": {
"@reactivex/rxjs": "5.0.0-beta.6",
"@types/chai": "~3.4.0",
"@types/es6-shim": "~0.31.0",
"@types/glob": "~5.0.0",
"@types/grunt": "~0.4.0",
"dojo-interfaces": ">=2.0.0-alpha.4",
"dojo-interfaces": ">=2.0.0-alpha.7",
"dojo-loader": ">=2.0.0-beta.7",
"grunt": "^1.0.1",
"grunt-dojo2": ">=2.0.0-beta.16",
"intern": "3.3.2",
"grunt-dojo2": ">=2.0.0-beta.21",
"intern": "~3.4.1",
"tslint": "^3.15.1",
"typescript": "~2.0.3"
}
Expand Down
8 changes: 8 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"version": "2.0.3",
"compilerOptions": {
"declaration": false,
"lib": [
"dom",
"es5",
"es2015.iterable",
"es2015.promise",
"es2015.symbol",
"es2015.symbol.wellknown"
],
"module": "umd",
"moduleResolution": "node",
"noImplicitAny": true,
Expand Down
7 changes: 1 addition & 6 deletions typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"extra-rxjs": "github:dojo/typings/custom/dojo2-extras/rxjs.d.ts#103096ce945dd51a18cc47a9b7cf9191fdac0349"
},
"globalDevDependencies": {
"digdug": "github:dojo/typings/custom/digdug/digdug.d.ts#a62873258aa1deed48f9882c193c335436100d4b",
"dojo2": "github:dojo/typings/custom/dojo2/dojo.d.ts#a62873258aa1deed48f9882c193c335436100d4b",
"dojo2-dev": "github:dojo/typings/custom/dev/dev.d.ts#288d3a9868194f0e1ad6687371dffd1d96cb39a1",
"intern": "github:dojo/typings/custom/intern/intern.d.ts#122b1902bdbdb7b94bdee35bbc27bc6747e1979d",
"leadfoot": "github:dojo/typings/custom/leadfoot/leadfoot.d.ts#a62873258aa1deed48f9882c193c335436100d4b",
"symbol-shim": "github:dojo/typings/custom/symbol-shim/symbol-shim.d.ts#9a0185f465a3febe2bb1ff3f1210f43e5f96c5d2"
"dojo2-dev": "github:dojo/typings/custom/dev/dev.d.ts#288d3a9868194f0e1ad6687371dffd1d96cb39a1"
}
}