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

Commit

Permalink
Publish 4.2.2 release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rodi01 committed Jun 12, 2019
1 parent a8d2b4e commit b58d326
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Keep your Sketch files organized, batch rename layers and artboards.",
"author": "Rodrigo Soares",
"identifier": "com.taptap.ninja.rename-it",
"version": "4.2.1",
"version": "4.2.2",
"license": "MIT",
"repository": {
"url": "https://github.com/rodi01/RenameIt"
Expand All @@ -15,7 +15,9 @@
"name": "Rename-It",
"manifest": "src/manifest.json",
"main": "Rename-It.sketchplugin",
"assets": ["assets/**/*"]
"assets": [
"assets/**/*"
]
},
"scripts": {
"build": "skpm-build",
Expand Down Expand Up @@ -45,7 +47,9 @@
"prettier": "^1.9.2",
"svg-react-loader": "^0.4.6"
},
"resources": ["resources/**/*.js"],
"resources": [
"resources/**/*.js"
],
"dependencies": {
"mixpanel-browser": "^2.14.0",
"react": "^16.6.3",
Expand Down

0 comments on commit b58d326

Please sign in to comment.