Skip to content

Commit

Permalink
fix: package json
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 13, 2020
1 parent 5f796bf commit 1f472f2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@meetio/meetio-colors",
"version": "1.0.3",
"description": "The most delicious and wonderful colors for Meetio Theme",
"bugs": {
"url": "https://github.com/meetio-theme/meetio-colors/issues"
},
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"license": "MIT",
"scripts": {
"build": "node src/build.js",
"lint": "eslint *.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.15.3",
"eslint": "^5.12.1",
"eslint-config-eslint": "^5.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"rimraf": "^3.0.0"
}
"name": "@meetio/meetio-colors",
"version": "1.0.3",
"description": "The most delicious and wonderful colors for Meetio Theme",
"bugs": {
"url": "https://github.com/meetio-theme/meetio-colors/issues"
},
"main": "dist/index.js",
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "eslint *.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.15.3",
"eslint": "^5.12.1",
"eslint-config-eslint": "^5.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"rimraf": "^3.0.0"
}
}

0 comments on commit 1f472f2

Please sign in to comment.