Skip to content

Commit

Permalink
Change version of library
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszfoltak committed Apr 19, 2016
2 parents ad4d402 + c3c8f75 commit 1c50ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions examples/systemjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "rm -rf build && mkdir build && tsc -w",
"build": "rm -rf build && mkdir build && tsc || true",
"start": "lite-server"
"start": "lite-server",
"tsc": "tsc",
"tsd": "tsd install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.1.0",
"typescript": "1.8.7"
"typescript": "1.8.7",
"tsd": "^0.6.5"
},
"dependencies": {
"angular2": "2.0.0-beta.11",
"angular2": "2.0.0-beta.12",
"angular2-datatable": "*",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"lodash": "^4.6.1",
Expand Down
2 changes: 1 addition & 1 deletion mf-angular2-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"angular2": "^2.0.0-beta.0",
"lodash": "^4.6.1"
"lodash": "^4.0.0"
}
}

0 comments on commit 1c50ac6

Please sign in to comment.