Remove snap

Build system are failing for a week now. Unreliable distribution system.
js-version
Anton Medvedev 5 years ago
parent 592e799e10
commit 6d2a1d9947

@ -6,7 +6,6 @@ _* Function eXecution_
[![Build Status](https://travis-ci.org/antonmedv/fx.svg?branch=master)](https://travis-ci.org/antonmedv/fx)
[![Npm Version](https://img.shields.io/npm/v/fx.svg)](https://www.npmjs.com/package/fx)
[![Brew Version](https://img.shields.io/homebrew/v/fx.svg)](https://formulae.brew.sh/formula/fx)
[![Snap Version](https://img.shields.io/badge/snap-12.0.2-blue.svg)](https://snapcraft.io/fx)
Command-line JSON processing tool

@ -1,31 +0,0 @@
name: fx
base: core18 # the base snap is the execution environment for this snap
version: git
summary: Command-line tool and terminal JSON viewer
description: |
Command-line JSON processing tool
Features
* Formatting and highlighting
* Interactive mode
* Themes support
architectures:
- build-on: i386
- build-on: amd64
- build-on: armhf
- build-on: arm64
grade: stable
confinement: strict
parts:
fx:
plugin: nodejs
node-engine: "8.14.1"
source: .
apps:
fx:
command: fx
plugs:
- network
Loading…
Cancel
Save