mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Releasing v0.27.2
This commit is contained in:
+3
-2
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "axios",
|
||||
"version": "0.27.1",
|
||||
"version": "0.27.2",
|
||||
"description": "Promise based HTTP client for the browser and node.js",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"test": "grunt test && dtslint",
|
||||
"start": "node ./sandbox/server.js",
|
||||
"build": "grunt version && npm test && NODE_ENV=production grunt build",
|
||||
"preversion": "grunt version && npm test",
|
||||
"build": "NODE_ENV=production grunt build",
|
||||
"examples": "node ./examples/server.js",
|
||||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
||||
"fix": "eslint --fix lib/**/*.js"
|
||||
|
||||
Reference in New Issue
Block a user