@cdellacqua/signals
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "A simple signal pattern implementation that enables reactive programming", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "types": "dist/index.d.ts", | ||
"coverage": "c8 npm run test", | ||
"test": "cross-env mocha 'tests/**/*.ts'", | ||
"test": "cross-env NODE_ENV=test mocha 'tests/**/*.ts'", | ||
"dev:browser": "vite", | ||
@@ -56,3 +56,3 @@ "dev:node": "nodemon", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"c8": "^7.10.0", | ||
"c8": "^7.11.3", | ||
"chai": "^4.3.4", | ||
@@ -59,0 +59,0 @@ "cross-env": "^7.0.3", |
15100