MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / version

Method version

grunt/helpers/Framework.js:82–84  ·  view source on GitHub ↗

@returns {string}

()

Source from the content-addressed store, hash-verified

80
81 /** @returns {string} */
82 get version() {
83 return this.getPackageJSONFileItem().item.version;
84 }
85
86 /**
87 * Returns a Data instance for either the src/course or build/course folder

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected