1.0.0 • Published 3 years ago

@io.jesi/parent v1.0.0

Weekly downloads
-
License
EPL-1.0
Repository
github
Last release
3 years ago

Parent

Clojure and NPM parent package definitions

Latest Version

Clojars Project NPM Version CircleCI

In Clojure

  :plugins [[lein-parent "0.3.6"]]
  :parent-project {:coords [io.jesi/parent "X.Y.Z"]
                   :inherit [:plugins :repositories :managed-dependencies :dependencies :exclusions [:profiles :dev] :test-refresh]}

In Javascript

{
  ...
  "dry": {
    "extends": "@io.jesi/parent/package-dry.json",
    "dependencies": {
      "@io.jesi/parent": "X.Y.Z"
    }
  },
  "devDependencies": {
    "karma": "managed",
    "karma-chrome-launcher": "managed",
    "karma-cljs-test": "managed",
    "shadow-cljs": "managed",
    "standard": "managed"
  },
  ...
}
1.0.0

3 years ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.7

5 years ago

0.0.7-SNAPSHOT

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago