Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @toruslabs/eslint-config-node@1.4.0
 - @toruslabs/eslint-config-react@1.4.0
 - @toruslabs/eslint-config-typescript@1.4.0
 - @toruslabs/eslint-config-vue@1.4.0
 - @toruslabs/torus-scripts@2.0.0
  • Loading branch information
chaitanyapotti committed Feb 7, 2023
1 parent edd4d88 commit 38f9f51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@toruslabs/eslint-config-node",
"version": "1.3.0",
"version": "1.4.0",
"description": "Eslint configuration for Node.js",
"keywords": [
"eslint",
"eslintconfig",
"node"
],
"dependencies": {
"@toruslabs/eslint-config-typescript": "^1.3.0"
"@toruslabs/eslint-config-typescript": "^1.4.0"
},
"peerDependencies": {
"eslint": "^8.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/eslint-config-react",
"version": "1.3.0",
"version": "1.4.0",
"description": "Eslint configuration for React libraries",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/eslint-config-typescript",
"version": "1.3.0",
"version": "1.4.0",
"description": "Eslint configuration for TypeScript libraries",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/eslint-config-vue",
"version": "1.3.0",
"version": "1.4.0",
"description": "Eslint config for Vue.js",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/torus-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toruslabs/torus-scripts",
"version": "1.4.0",
"version": "2.0.0",
"description": "Scripts for Torus libraries to manage bundling, lint etc",
"bin": {
"torus-scripts": "./bin/torus-scripts.js"
Expand Down

0 comments on commit 38f9f51

Please sign in to comment.