We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1477081 commit 5038d74Copy full SHA for 5038d74
VERSION
@@ -1 +1 @@
1
-0.5.34
+0.5.35
source/loaders/node_loader/bootstrap/CMakeLists.txt
@@ -80,9 +80,6 @@ else()
80
# Guix stores espree dependency previously to the build in the output directory
81
install(DIRECTORY
82
${PROJECT_OUTPUT_DIR}/node_modules/espree
83
- ${PROJECT_OUTPUT_DIR}/node_modules/acorn
84
- ${PROJECT_OUTPUT_DIR}/node_modules/acorn-jsx
85
- ${PROJECT_OUTPUT_DIR}/node_modules/eslint-visitor-keys
86
DESTINATION ${INSTALL_LIB}/node_modules
87
COMPONENT runtime
88
)
0 commit comments