Skip to content

Commit

Permalink
chore: Release version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed Aug 6, 2017
1 parent 94083c3 commit a675d81
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This project was generated with [angular-cli](https://github.com/angular/angular-cli).

## Development server

Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Build
Expand All @@ -12,3 +13,17 @@ Run `npm run build:prod` to build the project. The build artifacts will be store
## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

## Using the current version of angular-datatables

If you need to check if the currenct version of angular-datatables still works with the demo, you can use [node-install-local](https://github.com/nicojs/node-install-local):

```bash
cd /path/to/angular-datatables
npm run build
cd demo/
rm -rf node-modules/angular-datatables
install-local ..
npm start
# Application will run on localhost:4200
```
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables-demo",
"version": "4.2.0-dev",
"version": "4.2.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables",
"version": "4.2.0-dev",
"version": "4.2.0",
"description": "Angular directive for DataTables",
"scripts": {
"build": "npm run clean && npm run compile && npm run bundles",
Expand Down

0 comments on commit a675d81

Please sign in to comment.