Skip to content

Commit b2f7f60

Browse files
committed
Development instructions to publish a package
1 parent bc1e447 commit b2f7f60

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Deploy steps:
1616

1717
- `npm run deploy`
1818

19-
Release steps **(do deploy first)**:
19+
Release steps:
2020

21-
- `npm version major|minor|patch`
22-
- `npm publish`
21+
- Do deploy steps first
22+
- `np major|minor|patch`

site/js/playground.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
'use strict';
1+
'use strict'
22

33
functionPlot({
44
target: '#playground',
5-
data: [{
6-
fn: 'x^2',
7-
graphType: 'polyline',
8-
attr: {
9-
'stroke-width': 10
5+
data: [
6+
{
7+
fn: 'x^2',
8+
graphType: 'polyline',
9+
attr: {
10+
class: 'hello'
11+
}
1012
}
11-
}]
13+
]
1214
})
1315

1416
// window.f = functionPlot({
@@ -85,7 +87,6 @@ functionPlot({
8587
// }]
8688
//});
8789

88-
8990
// var options = {
9091
// target: '#playground',
9192
// data: [{

0 commit comments

Comments
 (0)