Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

chore(examples): don't gitignore _examples/tsconfig.json #2966

Merged
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
2 changes: 1 addition & 1 deletion public/docs/_examples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ karma-test-shim.js
package.json
*/**/styles.css
systemjs.config.js
tsconfig.json
*/**/tsconfig.json
tslint.json
wallaby.js

Expand Down
1 change: 1 addition & 0 deletions public/docs/_examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"description": "Master package.json, the superset of all dependencies for all of the _example package.json files. See _boilerplate/package.json for example npm scripts.",
"scripts": {
"http-server": "http-server",
"protractor": "protractor",
"webdriver:update": "webdriver-manager update --standalone false --gecko false"
},
Expand Down