Skip to content

Commit

Permalink
Added TS-Types
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Oct 11, 2020
1 parent 2388235 commit c7b7a83
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CAJAX (*ClassedAjax*) Prajax (*PromiseAjax*) 1.1.6
# CAJAX (*ClassedAjax*) Prajax (*PromiseAjax*) 1.1.7
CajaxJS is an lightweight JS Http client for everyone!

#### NPM
Expand Down
5 changes: 2 additions & 3 deletions egg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "cajax",
"description": "Cajax/Prajax is an lightweight JS Http client for everyone!",
"version": "1.1.5",
"version": "1.1.6",
"bump": "patch",
"entry": "/index.js",
"unstable": false,
"unlisted": false,
"repository": "https://github.com/interaapps/cajax",
"files": [
"./src/**/*",
"./README.md",
"./index.js",
"./index.js"
"index.js"
],
"ignore": [
".git"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cajaxjs",
"version": "1.1.6",
"version": "1.1.7",
"description": "CajaxJS is an lightweight JS Http client for everyone! (Promise support) ",
"main": "index.js",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c7b7a83

Please sign in to comment.