Skip to content

Commit

Permalink
going 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheiko committed Jan 14, 2020
1 parent 4a1c915 commit 1cb86f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ module.exports = {
"lang": "en_US",
"skipWords": [
"nowrap",
"uniqid",
"urlencoded",
"keydown",
"smalltalk",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"watch": "webpack --watch --config webpack.config.js",
"build:dev": "cross-env NODE_ENV=development && webpack --config webpack.config.js",
"pack": "electron-builder --dir",
"dist:wl": "electron-builder -wl",
"dist:l": "electron-builder -l",
"dist:m": "electron-builder -m -c.mac.identity=null",
"dist:all": "electron-builder -mwl -c.mac.identity=null",
"dist:all": "electron-builder -wl",
"dist": "electron-builder --linux snap",
"start:project-test": "node ./project-test/server.js",
"start": "cross-env ELECTRON_ENV=dev electron .",
Expand Down
4 changes: 2 additions & 2 deletions project-demo/.puppetryrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
}
},
"savedAt": 1576223155,
"savedAt": 1578997458,
"modified": false,
"lastOpenSuite": "mocking-request.json",
"variables": {
Expand Down Expand Up @@ -129,5 +129,5 @@
"local"
],
"projectDirectory": "/home/sheiko/PUPPETRY/demo--project",
"puppetry": "3.1.0"
"puppetry": "3.1.1"
}
4 changes: 2 additions & 2 deletions project-demo/mocking-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"snippets": false,
"description": null,
"savedAt": 1576223141,
"loadedAt": 1576223125,
"loadedAt": 1578997360,
"modified": false,
"filename": "mocking-request.json",
"targets": {
Expand Down Expand Up @@ -181,5 +181,5 @@
}
}
},
"puppetry": "3.1.0"
"puppetry": "3.1.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class TemplateHelper extends React.Component {
this.setState({ htmlOf: e.target.value });
}

onHtmlOfClick = ( e ) => {
onHtmlOfClick = () => {
this.props.onChange( this.props.field.name,
`{{ htmlOf( ${ JSON.stringify( this.state.htmlOf ) } ) }}` );
this.reset();
Expand Down

0 comments on commit 1cb86f5

Please sign in to comment.