Skip to content

Commit

Permalink
chore: import git subtree for ffe-core
Browse files Browse the repository at this point in the history
  • Loading branch information
kwltrs committed Dec 15, 2017
1 parent 1e073b5 commit 092c50a
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 146 deletions.
2 changes: 2 additions & 0 deletions packages/ffe-all.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "./ffe-core/less/ffe";
@base-url: ".";
16 changes: 0 additions & 16 deletions packages/ffe-core/.editorconfig

This file was deleted.

17 changes: 0 additions & 17 deletions packages/ffe-core/.gemini.yml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/ffe-core/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
git-tag-version=false
registry=***REMOVED***
package-lock=false
35 changes: 0 additions & 35 deletions packages/ffe-core/buildCI.sh

This file was deleted.

3 changes: 0 additions & 3 deletions packages/ffe-core/index.js

This file was deleted.

37 changes: 7 additions & 30 deletions packages/ffe-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,28 @@
"name": "ffe-core",
"version": "10.1.2",
"description": "Rammeverk for Felles Front End",
"less": "ffe.less",
"main": "index.js",
"scripts": {
"precompile": "npm run lint",
"compile": "lessc examples/examples.less examples/examples.css && echo \"$(date +%T): Updated examples\"",
"build": "lessc examples/examples.less examples/examples.css && echo \"$(date +%T): Updated examples\"",
"lint": "lessc -l less/*.less && stylelint less{/**,}/*.less",
"start": "opn examples/colors.html & opn examples/layout.html & opn examples/typo.html & watch \"npm run -s compile\" less/",
"test": "npm run lint && npm run test:nsp && npm run compile && ./run_visual-tests.sh",
"test:nsp": "nsp check",
"has-published": "npm show . versions -s | grep -q ${npm_package_version}",
"preversion": "npm run lint",
"postpublish": "git tag ${npm_package_version} && git push --tags"
"start": "opn examples/colors.html & opn examples/layout.html & opn examples/typo.html & watch \"npm run -s build\" less/",
"test": "npm run lint && npm run test:nsp && npm run build && ./run_visual-tests.sh",
"test:nsp": "nsp check"
},
"repository": {
"type": "git",
"url": "***REMOVED***"
},
"publishConfig": {
"registry": "***REMOVED***"
},
"sb1.StaticResources": [
"fonts/**"
],
"keywords": [
"frontend",
"front",
"end",
"style",
"guide",
"sb1",
"styling",
"design",
"javascript"
],
"files": [
"fonts",
"less",
"examples"
],
"author": "Glenn A. Brownlee <glenn.brownlee@sparebank1.no>",
"license": "ISC",
"author": "SpareBank 1",
"license": "TBA",
"devDependencies": {
"ffe-lists": "^4.0.0",
"ffe-visual-tests-support": "2.1.0",
"less": "^2.7.1",
"less": "^2.7.3",
"nsp": "^2.6.1",
"opn-cli": "^3.1.0",
"stylelint": "^7.6.0",
Expand Down
8 changes: 0 additions & 8 deletions packages/ffe-core/run_visual-tests.sh

This file was deleted.

9 changes: 0 additions & 9 deletions packages/ffe-core/update_visual-tests-baselines.sh

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 0 additions & 26 deletions packages/ffe-core/visual-tests/specs/test.js

This file was deleted.

0 comments on commit 092c50a

Please sign in to comment.