Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Module upgrade #12

Merged
merged 5 commits into from
Mar 22, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor(npm): add dist/package.json to git
  • Loading branch information
jessesanders committed Mar 20, 2017
commit 276fa90ec1f1bdf67b95d247dace27e73fa39523
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/dist
!*/dist/package.json
/dist/**/
/tmp
/node_modules
/.idea
Expand Down
37 changes: 37 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "angular-datatable",
"version": "2.2.0",
"description": "An Angular 2 datatable, with pagination, sorting, expandable rows etc.",
"main": "bundles/datatable.umd.js",
"module": "src/index.js",
"typings": "src/index.d.ts",
"keywords": [
"angular",
"angular2",
"Angular 2",
"ng2",
"ngx",
"datatable",
"data-table",
"data table",
"pagination"
],
"author": "BrieBug Developers <developers@briebug.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://git@github.com/briebug/angular-datatable.git"
},
"homepage": "https://github.com/briebug/angular-datatable",
"bugs": {
"url": "https://github.com/briebug/angular-datatable/issues"
},
"peerDependencies": {
"@angular/core": "^2.4.0",
"@angular/common": "^2.4.0",
"@angular/forms": "^2.4.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"zone.js": "^0.7.2"
}
}