Skip to content

Commit

Permalink
Bumped v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed May 25, 2022
1 parent 438e158 commit e1387f6
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "fast-uri",
"description": "Dependency free RFC 3986 URI toolbox",
"version": "1.0.1",
"main": "index.js",
"type": "commonjs",
"types": "index.d.ts",
"license": "MIT",
"author": "Vincent Le Goff <[email protected]> (https://github.com/zekth)",
"repository": {
"type": "git",
"url": "https://github.com/fastify/fast-uri"
},
"bugs": {
"url": "https://github.com/fastify/fast-uri/issues"
},
"homepage":"https://github.com/fastify/fast-uri",
"scripts": {
"bench": "node benchmark.js",
"lint:fix": "standard --fix",
"test:lint": "standard | snazzy",
"test:typescript": "tsd",
"test:unit": "tap -J test/*.test.js",
"test:unit:dev": "tap -J test/*.test.js --coverage-report=html",
"test": "npm run test:lint && npm run test:unit && npm run test:typescript",
"test:ci": "npm run test:lint && npm run test:unit -- --cov --coverage-report=lcovonly && npm run test:typescript"
},
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.1.1",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.20.0",
"typescript": "^4.4.4",
"uri-js": "^4.4.1"
},
"dependencies": {},
"tap": {
"check-coverage": false
}
}
{
"name": "fast-uri",
"description": "Dependency free RFC 3986 URI toolbox",
"version": "2.0.0",
"main": "index.js",
"type": "commonjs",
"types": "index.d.ts",
"license": "MIT",
"author": "Vincent Le Goff <[email protected]> (https://github.com/zekth)",
"repository": {
"type": "git",
"url": "https://github.com/fastify/fast-uri"
},
"bugs": {
"url": "https://github.com/fastify/fast-uri/issues"
},
"homepage":"https://github.com/fastify/fast-uri",
"scripts": {
"bench": "node benchmark.js",
"lint:fix": "standard --fix",
"test:lint": "standard | snazzy",
"test:typescript": "tsd",
"test:unit": "tap -J test/*.test.js",
"test:unit:dev": "tap -J test/*.test.js --coverage-report=html",
"test": "npm run test:lint && npm run test:unit && npm run test:typescript",
"test:ci": "npm run test:lint && npm run test:unit -- --cov --coverage-report=lcovonly && npm run test:typescript"
},
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.1.1",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.20.0",
"typescript": "^4.4.4",
"uri-js": "^4.4.1"
},
"dependencies": {},
"tap": {
"check-coverage": false
}
}

0 comments on commit e1387f6

Please sign in to comment.