mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -05:00
Merge branch 'staging' into develop
This commit is contained in:
commit
308fd8d4b0
3 changed files with 13 additions and 2 deletions
9
exporter/deps.edn
Normal file
9
exporter/deps.edn
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{:paths []
|
||||||
|
:deps {}
|
||||||
|
:aliases
|
||||||
|
{:outdated
|
||||||
|
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
|
||||||
|
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
|
||||||
|
:main-opts ["-m" "antq.core"]}
|
||||||
|
}}
|
||||||
|
|
|
@ -33,5 +33,3 @@
|
||||||
:pretty-print true
|
:pretty-print true
|
||||||
:anon-fn-naming-policy :off
|
:anon-fn-naming-policy :off
|
||||||
:source-map-detail-level :all}}}}}
|
:source-map-detail-level :all}}}}}
|
||||||
|
|
||||||
|
|
||||||
|
|
4
exporter/vendor/cuerdas/impl/xregexp.cljs
vendored
Normal file
4
exporter/vendor/cuerdas/impl/xregexp.cljs
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(ns cuerdas.impl.xregexp
|
||||||
|
(:require ["xregexp" :as XRegExp]))
|
||||||
|
|
||||||
|
(goog/exportSymbol "XRegExp" XRegExp)
|
Loading…
Add table
Reference in a new issue