Skip to content

Commit

Permalink
Publish 0.1.0 release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
satheesh-mallow committed Nov 1, 2021
1 parent 72088df commit fb3f2e8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Light-to-Dark",
"description": "To create light to dark mode",
"version": "0.1.0",
"engines": {
"sketch": ">=49.0"
},
"skpm": {
"name": "Light to Dark 🌓",
"manifest": "src/manifest.json",
"main": "lighttodark.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.8.0"
},
"author": "Satheesh Kumar Selvaraj <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/pplcallmesatz/lighttodark.git"
}
}

0 comments on commit fb3f2e8

Please sign in to comment.