Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Using the remote module #17

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/variable.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')
const crypto = require('crypto')
const Replacer = require('./replacer')
const {remote} = require('electron')
const remote = require('@electron/remote')

function resolveClipboard () {
return atom.clipboard.read()
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "snippets",
"version": "1.7.0",
"version": "1.7.1",
"main": "./lib/snippets",
"description": "Expand snippets matching the current prefix with `tab`.",
"repository": "https://github.com/pulsar-edit/snippets",
Expand Down