valdres 0.2.0-alpha.63 → 0.2.0-alpha.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -255,9 +255,7 @@ var generateSelectorTrace = (selectors) => {
|
|
|
255
255
|
class SelectorEvaluationError extends Error {
|
|
256
256
|
selectors;
|
|
257
257
|
constructor(cause) {
|
|
258
|
-
console.log("EIGIL`1: asdfasdfasdf");
|
|
259
258
|
super();
|
|
260
|
-
console.log("EIGIL: asdfasdfasdf");
|
|
261
259
|
this.cause = cause;
|
|
262
260
|
this.selectors = [];
|
|
263
261
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valdres",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.64",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eigil Sagafos"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"access": "public",
|
|
37
37
|
"registry": "https://registry.npmjs.org/"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d8160f5e88f90f9f3a732e363ed61c8ce938c6bb"
|
|
40
40
|
}
|