Commit 5f39f442 authored by Björn Bartels's avatar Björn Bartels 👩🏻
Browse files

[PATLAB-2] update dependency, npm scripts

parent dbc96790
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import Siteapp          from '../../../../../bower_components/siteapp/js/entries/siteapp';
import Siteapp          from 'siteapp/js/entries/siteapp';

const PatternlibraryApp = class Patternlibrary extends Siteapp {
	
+2859 −2946

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@
  "scripts": {
    "test": "nyc mocha --require babel-register;",
    "dev": "gulp",
    "build": "gulp",
    "build": "gulp build",
    "demo": "gulp --demo",
    "reinstall": "rm -rf node_modules bower_components package-lock.json ; npm install; bower link siteapp;"
    "reinstall": "rm -rf node_modules bower_components package-lock.json ; npm install;"
  },
  "author": "Björn Bartels <coding@bjoernbartels.earth>",
  "license": "Apache-2.0",
@@ -126,6 +126,7 @@
    "rimraf": "^2",
    "sass-true": "^2",
    "sinon": "^1",
    "siteapp": "git+https://gitlab.bjoernbartels.earth/js/siteapp.git",
    "striptags": "^2.1.1",
    "style-sherpa": "^1",
    "vinyl-named": "^1",