Skip to content

Commit

Permalink
Revert "Merge pull request #5 from pulsar-edit/update-superstring-to-…
Browse files Browse the repository at this point in the history
…pulsar-fork"

This reverts commit b828ad0, reversing
changes made to 2568f93.
  • Loading branch information
DeeDeeG committed Dec 13, 2023
1 parent 694d24e commit 4029ca9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

14 changes: 2 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,18 @@ on:

jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 16, 18 ]
fail-fast: false
name: Test
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v3
with:
fetch-depth: 0
# Make sure we get all commits, since testing uses the local git info
- name: Install Python setuptools
# This is needed for Python 3.12+, since many versions of node-gyp
# are incompatible with Python 3.12+, which no-longer ships 'distutils'
# out of the box. 'setuptools' package provides 'distutils'.
run: python3 -m pip install setuptools
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 16
- name: Install Dependencies
run: npm install
- name: Run Tests
Expand Down
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"dugite": "2.5.2",
"superstring": "https://github.com/pulsar-edit/superstring#c2ff062317362363eae7d392cd78aef4fcc8b9f8",
"superstring": "^2.4.4",
"what-the-diff": "^0.6.0"
}
}

0 comments on commit 4029ca9

Please sign in to comment.