-
Couldn't load subscription status.
- Fork 1
Open
Labels
Description
We have a problem in the version 0.0.4.
I think the problem is in the package.json because we have added json files in src/perf folder, and when you try to launch the sentence:
"perf": "DEBUG=ciphertoken* node src/perf/*"nothing happens.
We can do two different things, we can change this sentence by:
"perf": "DEBUG=ciphertoken* node src/perf/ciphertoken_perf.js"and everything is working well.
Or, I think would be better moving the json files to other folder called src/shared