Skip to content

Commit ed61430

Browse files
committed
adds dependencies for xpath to css conversion
1 parent 72329ed commit ed61430

File tree

5 files changed

+39
-1
lines changed

5 files changed

+39
-1
lines changed

β€ŽGemfileβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ group :development, :test do
8282
gem 'stackprof'
8383
gem 'webmock'
8484
end
85+
86+
gem "node-runner", "~> 1.1"

β€ŽGemfile.lockβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ GEM
333333
net-smtp (0.3.3)
334334
net-protocol
335335
nio4r (2.5.9)
336+
node-runner (1.1.0)
336337
nokogiri (1.15.3-x86_64-linux)
337338
racc (~> 1.4)
338339
orm_adapter (0.5.0)
@@ -569,6 +570,7 @@ DEPENDENCIES
569570
listen (~> 3.0.5)
570571
memory_profiler
571572
mini_racer
573+
node-runner (~> 1.1)
572574
paper_trail
573575
pg (~> 0.21)
574576
pry-byebug

β€Žpackage-lock.jsonβ€Ž

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "phoenix",
33
"private": true,
4-
"dependencies": {}
4+
"dependencies": {
5+
"xpath-to-css": "^1.1.0"
6+
}
57
}

β€Žyarn.lockβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
# yarn lockfile v1
33

44

5+
"xpath-to-css@^1.1.0":
6+
"integrity" "sha512-+LkgkWUFj10DQujqovkQKiHdnfF01exhbr0UrXbIkq88vXTuAF1RcUvYV9YzE8dSKR9exKtCc8hgwl1xfs701A=="
7+
"resolved" "https://registry.npmjs.org/xpath-to-css/-/xpath-to-css-1.1.0.tgz"
8+
"version" "1.1.0"

0 commit comments

Comments
Β (0)