Skip to content

Commit 953e44c

Browse files
committed
Minor changes
1 parent f501fa2 commit 953e44c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
yarn-error.log
33
/lib
4-
stats.json
4+
stats.json
5+
.vscode

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ yarn.lock
66
package-lock.json
77
yarn-error.log
88
media
9-
stats.json
9+
stats.json
10+
.vscode
11+
example

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"name": "react-c2c",
3-
"version": "0.0.4",
2+
"version": "0.0.5",
43
"description": "Performant and comparitively light copy to clipboard component for react based applications",
54
"main": "lib/index.js",
65
"scripts": {

0 commit comments

Comments
 (0)