File tree Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Expand file tree Collapse file tree 4 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
None yet.
6
6
7
+ ## v1.4.1 (2017-08-02)
8
+
9
+ * #21 Update verror dep
10
+ * #22 Update extsprintf dependency
11
+ * #23 update contribution guidelines
12
+
7
13
## v1.4.0 (2017-03-13)
8
14
9
15
* #7 Add parseInteger() function for safer number parsing
Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ This repository uses [ cr.joyent.us] ( https://cr.joyent.us ) (Gerrit) for new
4
+ changes. Anyone can submit changes. To get started, see the [ cr.joyent.us user
5
+ guide] ( https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md ) .
6
+ This repo does not use GitHub pull requests.
7
+
8
+ See the [ Joyent Engineering
9
+ Guidelines] ( https://github.com/joyent/eng/blob/master/docs/index.md ) for general
10
+ best practices expected in this repository.
11
+
12
+ Contributions should be "make prepush" clean. The "prepush" target runs the
13
+ "check" target, which requires these separate tools:
14
+
15
+ * https://github.com/davepacheco/jsstyle
16
+ * https://github.com/davepacheco/javascriptlint
17
+
18
+ If you're changing something non-trivial or user-facing, you may want to submit
19
+ an issue first.
Original file line number Diff line number Diff line change @@ -284,9 +284,4 @@ returns:
284
284
285
285
# Contributing
286
286
287
- Code should be "make check" clean. This target assumes that
288
- [ jsl] ( http://github.com/davepacheco/javascriptlint ) and
289
- [ jsstyle] ( http://github.com/davepacheco/jsstyle ) are on your path.
290
-
291
- New tests should generally accompany new functions and bug fixes. The tests
292
- should pass cleanly (run tests/basic.js).
287
+ See separate [ contribution guidelines] ( CONTRIBUTING.md ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsprim" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " utilities for primitive JavaScript types" ,
5
5
"main" : " ./lib/jsprim.js" ,
6
6
"repository" : {
9
9
},
10
10
"dependencies" : {
11
11
"assert-plus" : " 1.0.0" ,
12
- "extsprintf" : " 1.0.2 " ,
12
+ "extsprintf" : " 1.3.0 " ,
13
13
"json-schema" : " 0.2.3" ,
14
- "verror" : " 1.3.6 "
14
+ "verror" : " 1.10.0 "
15
15
},
16
16
"engines" : [
17
17
" node >=0.6.0"
You can’t perform that action at this time.
0 commit comments