Socket
Socket
Sign inDemoInstall

desolid-admin

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

dist/_nuxt/07ffbd413e3440c45244.js

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.1.2](https://github.com/desolid/desolid/compare/v1.1.1...v1.1.2) (2020-06-20)
### Bug Fixes
* publish ([3981993](https://github.com/desolid/desolid/commit/39819936cd12309a9c342d953a224548dd9c4bce))
### [1.1.1](https://github.com/desolid/desolid/compare/v1.1.0...v1.1.1) (2020-06-20)

@@ -7,0 +14,0 @@

9

package.json
{
"name": "desolid-admin",
"version": "1.1.1",
"version": "1.1.2",
"description": "🤖 Desolid: Admin panel",

@@ -23,9 +23,6 @@ "homepage": "https://desolid.netlify.app/",

],
"main": "../dist/index.html",
"files": [
"../dist"
],
"main": "index.html",
"scripts": {
"build": "cd ../ && npx nuxt build",
"prepublish": "npm run build",
"prepublish": "npm run build &&npx rimraf ./dist && mv ../dist ./dist",
"release:patch": "npx standard-version --release-as patch && git push && git push --tags",

@@ -32,0 +29,0 @@ "release:minor": "npx standard-version --release-as minor && git push && git push --tags",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc