We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f154fd9 commit 7a40b5eCopy full SHA for 7a40b5e
package.json
@@ -21,14 +21,13 @@
21
],
22
"homepage": "http://ginkgobioworks.github.io/curious-js",
23
"bugs": "https://github.com/ginkgobioworks/curious-js/issues",
24
- "version": "2.4.2",
+ "version": "2.5.0",
25
"license": "MIT",
26
"main": "./curious.js",
27
"scripts": {
28
"test": "mocha tests",
29
"prepublish": "npm run uglify && npm run make_doc",
30
"postpublish": "npm run release_doc",
31
-
32
"lint": "eslint curious.js tests && echo OK",
33
"make_doc": "./scripts/make_doc",
34
"release_doc": "./scripts/release_doc",
0 commit comments