Skip to content

Commit

Permalink
update contact info & license
Browse files Browse the repository at this point in the history
  • Loading branch information
dotconnor committed Feb 5, 2019
1 parent 84a4251 commit 75d4bb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ typings/
# next.js build output
.next
.DS_Store
lib/
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) 2018 Connor Love
Copyright (c) 2018 A-1 Motion & Design, Inc.

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
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
"main": "lib/index.js",
"private": false,
"repository": "https://github.com/a1motion/defer",
"author": "Connor Love <[email protected]>",
"maintainers": [
{
"name": "Connor Love",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
"build": "tsc",
"test": "jest --env=node"
},
"files": [
"lib/*",
"LICENSE",
"README.md"
],
"types": "lib/index.d.ts",
"devDependencies": {
"@types/jest": "^23.3.2",
Expand Down

0 comments on commit 75d4bb3

Please sign in to comment.