diff --git a/.all-contributorsrc b/.all-contributorsrc index 888c4f7fd..d91ef510e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -49,7 +49,25 @@ "contributions": [ "code" ] - } + }, + { + "login": "Uriziel01", + "name": "Paweł Borecki", + "avatar_url": "https://avatars1.githubusercontent.com/u/568207?v=4", + "profile": "http://uriziel.pl", + "contributions": [ + "code" + ] + }, + { + "login": "marcus-sa", + "name": "Marcus S. Abildskov", + "avatar_url": "https://avatars0.githubusercontent.com/u/8391194?v=4", + "profile": "http://marcus-sa.me", + "contributions": [ + "test" + ] + }, ], "contributorsPerLine": 7, "projectName": "nodegui", diff --git a/README.md b/README.md index ecf34022d..b17f43b9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NodeGUI -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors) Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀 @@ -93,12 +93,14 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + - - - + + +
Kakul Gupta
Kakul Gupta

💻
Rahul Gaba
Rahul Gaba

💻
Lucas Ramage
Lucas Ramage

📖
Denis Sikuler
Denis Sikuler

📖
Nahuel José
Nahuel José

💬
Kakul Gupta
Kakul Gupta

💻
Rahul Gaba
Rahul Gaba

💻
Paweł Borecki
Paweł Borecki

💻
Marcus S. Abildskov
Marcus S. Abildskov

⚠️
diff --git a/package.json b/package.json index 718bd2229..6b6fd91d7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.4", "description": "A cross platform library to build native desktop apps.", "main": "dist/index.js", + "typings": "dist/index.d.ts", "files": [ "dist", "config",