mirror of
https://github.com/7PH/powerglitch.git
synced 2026-06-16 12:34:00 +02:00
Publish 0.2.1 & Remove assets/ from npm & Ignore vue files for github repo stats
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Ignore vue files so the library is correctly shown as TypeScript in Github
|
||||
*.vue linguist-detectable=false
|
||||
+1
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user