Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
chore: updating project meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Oct 1, 2020
1 parent 026b8b5 commit 214dd05
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
{
"name": "@advanced-rest-client/markdown-styles",
"description": "Element that displays response documentation for RAML",
"version": "3.1.3",
"license": "Apache-2.0",
"main": "markdown-styles.js",
"module": "markdown-styles.js",
"keywords": [
"web-components",
"polymer",
"markdown",
"styling"
],
"authors": [
"Pawel Psztyc"
],
"contributors": [
"Your name can be here!"
],
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/markdown-styles.git"
},
"name": "@advanced-rest-client/markdown-styles",
"version": "3.1.2",
"license": "Apache-2.0",
"author": "The Advanced REST client authors <arc@mulesoft.com>",
"scripts": {
"test": "exit 0"
},
"bugs": {
"url": "https://github.com/advanced-rest-client/markdown-styles/issues",
"email": "arc@mulesoft.com"
},
"main": "markdown-styles.js",
"dependencies": {
"lit-element": "^2.3.1"
"lit-element": "^2.4.0"
},
"scripts": {
"test": "exit 0"
}
}

0 comments on commit 214dd05

Please sign in to comment.