Skip to content

Commit

Permalink
release 3.3.2 with update README
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Feb 4, 2018
1 parent dac24d8 commit aeaed9f
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

section {
padding-top: 30px;
}</style><link href="styles.9c0ad738f18adc3d19ed.bundle.css" rel="stylesheet"/></head><body><app-demo>Loading...</app-demo><script src="assets/js/prettify.min.js"></script><!-- script files will be inserted by html-webpack-plugin --><script type="text/javascript" src="inline.0e3d46ce11cad851bae6.bundle.js"></script><script type="text/javascript" src="polyfills.f20484b2fa4642e0dca8.bundle.js"></script><script type="text/javascript" src="main.cef4ddb78531b06b054f.bundle.js"></script></body></html>
}</style><link href="styles.9c0ad738f18adc3d19ed.bundle.css" rel="stylesheet"/></head><body><app-demo>Loading...</app-demo><script src="assets/js/prettify.min.js"></script><!-- script files will be inserted by html-webpack-plugin --><script type="text/javascript" src="inline.2ae6414bd84c28a77133.bundle.js"></script><script type="text/javascript" src="polyfills.f20484b2fa4642e0dca8.bundle.js"></script><script type="text/javascript" src="main.9fac4b3f6ed18a5cb47c.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/inline.0e3d46ce11cad851bae6.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/inline.2ae6414bd84c28a77133.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "ng serve -op runtime",
"build": "npm run lint && npm test && npm run build.package && npm run build.demo",
"build.demo": "ng build --prod",
"build.package": "ng-packagr -p src/app/lib/package.json",
"build.package": "ng-packagr -p src/app/lib/package.json && copyfiles LICENSE README.md dist",
"test": "ng test -sr",
"test-coverage": "ng test -sr -cc",
"lint": "ng lint",
Expand Down Expand Up @@ -45,6 +45,7 @@
"@types/node": "~6.0.60",
"codecov": "^3.0.0",
"codelyzer": "^4.0.1",
"copyfiles": "^1.2.0",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"name": "ngx-select-ex",
"version": "3.3.1",
"version": "3.3.2",
"license": "MIT",
"private": false,
"description": "Angular based replacement for select boxes",
Expand Down

0 comments on commit aeaed9f

Please sign in to comment.