Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Jul 5, 2019
1 parent 4478550 commit e6f0e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ Show this page: [test/web/index.html](test/web/index.html).
License
-------

Copyright (C) 2016 Takayuki Sato
Copyright (C) 2016-2019 Takayuki Sato

This program is free software under [MIT][mit-url] License.
See the file LICENSE in this distribution for more details.

[repo-url]: https://github.com/xslet/datatype/
[io-image]: http://img.shields.io/badge/HP-github.io-ffbbbb.svg
[io-url]: https://xslet.github.io/datatype/
[npm-image]: http://img.shields.io/badge/npm-v0.1.1-blue.svg
[npm-image]: http://img.shields.io/badge/npm-v0.2.0-blue.svg
[npm-url]: https://www.npmjs.org/package/@xslet/datatype/
[mit-image]: https://img.shields.io/badge/license-MIT-green.svg
[mit-url]: https://opensource.org/licenses/MIT
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@xslet/datatype",
"version": "0.1.1",
"version": "0.1.2",
"description": "Defines data types used in xslet packages.",
"main": "src/index.js",
"files": [
"src/",
"dist/"
],
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"test": "gulp test",
"coveralls": "gulp coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
Expand Down

0 comments on commit e6f0e4c

Please sign in to comment.