Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Update template for UI #84

Merged
merged 13 commits into from
Jul 12, 2018
Merged

Update template for UI #84

merged 13 commits into from
Jul 12, 2018

Conversation

rafaelcalpena
Copy link

No description provided.

},
"devDependencies": {
"@angular/compiler": "6.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena Can you unpin the @angular dependencies by adding a carat please? e.g. "^6.0.4"

"@storybook/addons": "3.4.6",
"@storybook/angular": "3.4.6",
"@types/jasmine": "^2.5.54",
"coveralls": "^3.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena You can remove coveralls, since we switched to CodeCov

"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@labshare/semantic-release-config": "^1.0.0",
"@storybook/addon-actions": "3.4.6",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena Since storybook has not been incorporated in the workflow, we can omit it for now.

@@ -0,0 +1,58 @@
/* Obtained from https://github.com/LabShare/ng-qhts/blob/master/test/main-index.ts */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena Comment can be removed

@@ -0,0 +1,138 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena Please switch this to the tslint angular check instead.

'test/main-index.ts',
// Include Angular Material 2 theme to address:
// https://github.com/angular/material2/issues/4056
'node_modules/@angular/material/prebuilt-themes/indigo-pink.css'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena We can omit @angular/material for now?

"packageDependencies": {
"@labshare/shell": "*"
},
"dependencies": {
"@labshare/shell": "https://github.com/LabShare/shell",
"lodash": "^4.6.1"
"@labshare/shell": "^3.0.8",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelcalpena @labshare/shell should be a devDependency now after the latest changes.

@KalleV KalleV merged commit 66b22fd into ncats:master Jul 12, 2018
KalleV pushed a commit that referenced this pull request Jul 19, 2018
# [2.2.0](v2.1.0...v2.2.0) (2018-07-19)

### Bug Fixes

* add app.ts to main package json property ([0510459](0510459))
* add winston-transport to dependencies ([0ce97ea](0ce97ea))
* SHELL-1316 #done add commitlint config to ui-template ([c89f167](c89f167))

### Features

* update template for UI packages SHELL-1316 ([#84](#84)) ([66b22fd](66b22fd))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants