Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
minor patching
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 11, 2018
1 parent c02c1c7 commit 12a7354
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Lightweight, effecient and modular ES6 version of tween.js

**Kind**: global namespace
**License**: MIT
**Copyright**: 2017 @dalisoft and es6-tween contributors
**Copyright**: 2018 @dalisoft and es6-tween contributors
**Example**
```js
// ES6
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 tween.js and es6-tween contributors
Copyright (c) 2018 tween.js and es6-tween contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"doc": "npx jsdoc --readme README.md --configure jsdoc.json --verbose",
"doc-md": "npx jsdoc2md src/** > API.md",
"test": "npx standard --verbose | npx snazzy && npx rollup -c && npx ava --verbose",
"fix": "npx standard --fix"
"fix": "npx standard --fix",
"precommit": "yarn test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 12a7354

Please sign in to comment.