Skip to content

Commit 369cc0c

Browse files
committed
feat: update version to 0.0.2 and add .npmignore for test and node_modules
1 parent 3280991 commit 369cc0c

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

prettier-plugin/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test/
2+
node_modules/

prettier-plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prettier-plugin/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "prettier-plugin-noshift.js",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Prettier plugin for NoShift.js",
55
"type": "module",
66
"main": "src/index.js",
77
"exports": {
88
".": "./src/index.js"
99
},
10-
"files": [
11-
"src/"
12-
],
1310
"scripts": {
1411
"test": "node test/test.js"
1512
},

0 commit comments

Comments
 (0)