Ryan Chandler 4 ani în urmă
părinte
comite
0681917e03
2 a modificat fișierele cu 6 adăugiri și 3 ștergeri
  1. 2 1
      .gitignore
  2. 4 2
      package.json

+ 2 - 1
.gitignore

@@ -1 +1,2 @@
-/node_modules
+/node_modules
+yarn-error.log

+ 4 - 2
package.json

@@ -15,13 +15,15 @@
     "scripts": {
         "build": "microbundle",
         "watch": "microbundle watch",
-        "test": "npx jest"
+        "test": "jest"
+    },
+    "dependencies": {
+        "alpinejs": "^2.5"
     },
     "devDependencies": {
         "@babel/preset-env": "^7.9.5",
         "@testing-library/dom": "^7.2.2",
         "@testing-library/jest-dom": "^5.5.0",
-        "alpinejs": "^2.5",
         "jest": "^25.4.0",
         "jsdom-simulant": "^1.1.2",
         "microbundle": "^0.11.0",