Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
impe93 committed Aug 24, 2021
1 parent 7ab9f20 commit 22ca6a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "react-native-wind",
"version": "0.1.0",
"version": "0.1.1",
"description": "A utility-first style library for React Native strongly inspired by TailwindCSS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/impe93/react-native-wind",
"author": "Lorenzo Imperatrice",
"license": "GPL-3.0-or-later",
"files": [
"/dist"
],
"scripts": {
"lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier --check .",
Expand Down

0 comments on commit 22ca6a9

Please sign in to comment.