Publish 0.2.1 & Remove assets/ from npm & Ignore vue files for github repo stats

This commit is contained in:
7PH
2022-07-21 00:28:34 +02:00
parent 6471e85acb
commit 87266ea113
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
# Ignore vue files so the library is correctly shown as TypeScript in Github
*.vue linguist-detectable=false
+1 -2
View File
@@ -1,6 +1,6 @@
{
"name": "powerglitch",
"version": "0.2.0",
"version": "0.2.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
@@ -10,7 +10,6 @@
"preview:docs": "vite preview"
},
"files": [
"/assets",
"/lib"
],
"devDependencies": {