Skip to content

Commit b60f7d3

Browse files
committed
rename
1 parent 27bba92 commit b60f7d3

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
Loading
Loading

attribute-export.sketchplugin/Contents/Sketch/manifest.json renamed to interactive-export.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
}
1616
],
17-
"name": "attribute-export",
17+
"name": "interactive-export",
1818
"disableCocoaScriptPreprocessor": true,
1919
"appcast": "https://raw.githubusercontent.com//master/.appcast.xml",
2020
"author": "Matthew Conlen",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "attribute-export",
2+
"name": "interactive-export",
33
"version": "0.1.0",
44
"engines": {
55
"sketch": ">=3.0"
66
},
77
"skpm": {
8-
"name": "attribute-export",
8+
"name": "interactive-export",
99
"manifest": "src/manifest.json",
10-
"main": "attribute-export.sketchplugin",
10+
"main": "interactive-export.sketchplugin",
1111
"assets": [
1212
"assets/**/*"
1313
]

0 commit comments

Comments
 (0)