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 0acd35b commit 0b0cfbeCopy full SHA for 0b0cfbe
lib/jsonApi.js
@@ -1,6 +1,7 @@
1
/* @flow weak */
2
"use strict";
3
var jsonApi = module.exports = { };
4
+jsonApi._version = require(require("path").join(__dirname, "../package.json")).version;
5
jsonApi._resources = { };
6
jsonApi._apiConfig = { };
7
0 commit comments