Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Nov 16, 2020
1 parent f563eef commit 3f36b02
Show file tree
Hide file tree
Showing 10 changed files with 313 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.18.4
v14.15.0
23 changes: 23 additions & 0 deletions .tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"test/**/*.js"
],
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"declaration": true,
"emitDeclarationOnly": true,
"extendedDiagnostics": true,
"moduleResolution": "node",
"noEmit": false,
"outFile": "types/index.d.ts",
"removeComments": true,
"strict": false,
"target": "esnext",
"skipLibCheck": true
}
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.3](https://github.com/uttori/uttori-plugin-upload-multer/compare/v2.0.2...v2.0.3) - 2020-11-15

- 🎁 Update dev dependencies
- 🎁 Update README badge URLs
- 🧰 Change how types are made and rebuild types
- 🧰 Created this file
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Matthew Callis
Copyright (c) 2018-2020 Matthew Callis

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![view on npm](http://img.shields.io/npm/v/uttori-plugin-upload-multer.svg)](https://www.npmjs.org/package/uttori-plugin-upload-multer)
[![npm module downloads](http://img.shields.io/npm/dt/uttori-plugin-upload-multer.svg)](https://www.npmjs.org/package/uttori-plugin-upload-multer)
[![view on npm](https://img.shields.io/npm/v/uttori-plugin-upload-multer.svg)](https://www.npmjs.org/package/uttori-plugin-upload-multer)
[![npm module downloads](https://img.shields.io/npm/dt/uttori-plugin-upload-multer.svg)](https://www.npmjs.org/package/uttori-plugin-upload-multer)
[![Build Status](https://travis-ci.org/uttori/uttori-plugin-upload-multer.svg?branch=master)](https://travis-ci.org/uttori/uttori-plugin-upload-multer)
[![Dependency Status](https://david-dm.org/uttori/uttori-plugin-upload-multer.svg)](https://david-dm.org/uttori/uttori-plugin-upload-multer)
[![Coverage Status](https://coveralls.io/repos/uttori/uttori-plugin-upload-multer/badge.svg?branch=master)](https://coveralls.io/r/uttori/uttori-plugin-upload-multer?branch=master)
Expand Down
Loading

0 comments on commit 3f36b02

Please sign in to comment.