Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 9ee897e

Browse files
author
Jakob Rosenberg
authored
Merge pull request #304 from pycom/fix-serialport_use-postinstall
postinstall fix
2 parents 136d780 + 35a7193 commit 9ee897e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1310
-6401
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.3](https://github.com/pycom/pymakr-atom/compare/v2.3.2...v2.3.3) (2022-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* could not install dependencies on Unix ([aeeb5f4](https://github.com/pycom/pymakr-atom/commit/aeeb5f451ca788661e39f0a31aa16d35f0fbf858))
7+
18
## [2.3.2](https://github.com/pycom/pymakr-atom/compare/v2.3.1...v2.3.2) (2022-03-30)
29

310

lib/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { CompositeDisposable } from 'atom';
44
import Config from './config';
5-
const { fixbind } = require('fixbind')
65

76
const $ = require('jquery');
87

@@ -11,7 +10,6 @@ export default {
1110

1211
activate(state) {
1312

14-
// fixbind(require, '@serialport/bindings', {/** options */ })
1513
const _this = this;
1614
this.prepareSerialPort(error => {
1715
if (error) {

0 commit comments

Comments
 (0)