Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jan 22, 2019
1 parent 966e750 commit 17dd17a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package-lock.json

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

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "css-ui-table",
"version": "1.0.8",
"description": "Simple table.",
"main": "css/style.table.css",
"repository": {
"type": "git",
"url": "git+https://accgit@github.com/css-ui/table.git"
},
"keywords": [
"table"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/css-ui/table/issues"
},
"dependencies": {
"css-ui-simple": "^2.5.1",
"open-sans-fontface": "^1.4.0"
},
"homepage": "https://github.com/css-ui/table#readme"
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Simple table styles.
```
npm install --save css-ui-table
```

## Demo

- https://css-ui.github.io/table/
Expand Down

0 comments on commit 17dd17a

Please sign in to comment.