Skip to content

Commit

Permalink
fix(ci): let the karma pass
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Nov 28, 2016
1 parent 8eea379 commit 5bb2619
Show file tree
Hide file tree
Showing 4 changed files with 7,767 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.1.16-2"></a>
## [1.1.16-2](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16...v1.1.16-2) (2016-11-28)


### Bug Fixes

* **ci:** karma test should work in travis now ([3d61d48](https://github.com/valor-software/ng2-bootstrap/commit/3d61d48))
* **ci:** let the karma pass ([29615f4](https://github.com/valor-software/ng2-bootstrap/commit/29615f4))
* **pager:** fix aot compilation ([#1232](https://github.com/valor-software/ng2-bootstrap/issues/1232)) ([fd93f7b](https://github.com/valor-software/ng2-bootstrap/commit/fd93f7b))


### Features

* **access:** private access specifiers replaced by protected ([#1186](https://github.com/valor-software/ng2-bootstrap/issues/1186)) ([0d4e93b](https://github.com/valor-software/ng2-bootstrap/commit/0d4e93b))
* **bs4:** updated to alfa 5 Class name changes ([#1201](https://github.com/valor-software/ng2-bootstrap/issues/1201)) ([49197f0](https://github.com/valor-software/ng2-bootstrap/commit/49197f0))
* **build:** ng test now working, applied workaroud >.< ([8eea379](https://github.com/valor-software/ng2-bootstrap/commit/8eea379))
* **datepicker:** disable datepicker dates based on dateDisabled property ([#799](https://github.com/valor-software/ng2-bootstrap/issues/799)) ([#1130](https://github.com/valor-software/ng2-bootstrap/issues/1130)) ([83452e1](https://github.com/valor-software/ng2-bootstrap/commit/83452e1))
* **package:** ng2 and moment version bump ([333b876](https://github.com/valor-software/ng2-bootstrap/commit/333b876))



<a name="1.1.16"></a>
## [1.1.16](https://github.com/valor-software/ng2-bootstrap/compare/v1.0.23...v1.1.16) (2016-10-26)

Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-bootstrap",
"version": "1.1.16-1",
"version": "1.1.16-2",
"description": "angular2 bootstrap components",
"private": true,
"scripts": {
Expand All @@ -17,12 +17,13 @@
"build": "run-s flow.clean flow.compile",
"disable-prestart": "chokidar 'src/**/*.ts' -c \"npm run build\" --initial",
"start": "ng serve",
"pretest": "npm run flow.lint",
"build:copy": "cpy '**/*.*' ../node_modules/ng2-bootstrap --cwd=dist --parents",
"pretest": "run-s flow.lint build:copy",
"test": "ng test --watch false",
"test:watch": "ng test",
"preversion": "npm test",
"version": "npm run flow.changelog && git add -A",
"postversion": "git push origin development && git push --tags && npm run flow.copy:src",
"postversion": "git push origin development && git push --tags",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
Expand Down Expand Up @@ -76,6 +77,8 @@
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"core-js": "2.4.1",
"cpy": "4.0.1",
"cpy-cli": "1.0.1",
"del-cli": "0.2.0",
"gitignore-to-glob": "0.3.0",
"google-code-prettify": "1.0.5",
Expand All @@ -94,7 +97,7 @@
"markdown-loader": "github:valorkin/markdown-loader",
"marked": "0.3.6",
"npm-run-all": "3.1.1",
"npm-submodules": "0.1.0",
"npm-submodules": "0.1.4",
"pre-commit": "1.1.3",
"protractor": "4.0.11",
"reflect-metadata": "0.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"outDir": "../node_modules/ng2-bootstrap",
"outDir": "../dist",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
Expand Down
Loading

0 comments on commit 5bb2619

Please sign in to comment.