Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAguera committed May 22, 2017
2 parents 7fc6ed8 + e9e3313 commit 950abff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';

import { AppComponent } from './app.component';
import { AutocompleteModule } from 'truly-ui';
import { MultiselectModule } from 'truly-ui';
import { InputModule } from 'truly-ui';
import { AutocompleteModule } from '../../../src/autocomplete';
import { MultiselectModule } from '../../../src/multiselect';
import { InputModule } from '../../../src/input';

@NgModule({
declarations: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"docs:watch": "npm run docs:build -- -s -w",
"lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
"test": "tsc && karma start",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 950abff

Please sign in to comment.