Skip to content
Snippets Groups Projects
Commit 14fd9166 authored by GitLab CI's avatar GitLab CI
Browse files

0.3.3

parent 23649529
No related branches found
Tags v0.3.3
No related merge requests found
{
"name": "offcourse-ui-components",
"version": "0.3.2",
"version": "0.3.3",
"description": "React UI Components and Styleguide for the Offcourse Project",
"main": "lib/index.js",
"module": "es/index.js",
"files": ["css", "es", "lib", "umd"],
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"styleguide:deploy":
"s3-deploy 'styleguide/**' --cwd './styleguide' --bucket offcourse-styleguide",
"styleguide:deploy": "s3-deploy 'styleguide/**' --cwd './styleguide' --bucket offcourse-styleguide",
"test": "jest --coverage",
"test:watch": "jest --watch",
"ci-publish": "ci-publish"
......@@ -83,7 +87,10 @@
"s3-deploy": "^0.9.0"
},
"babel": {
"presets": ["env", "react"],
"presets": [
"env",
"react"
],
"env": {
"test": {
"plugins": [
......@@ -101,12 +108,20 @@
"globals": {
"NODE_ENV": "test"
},
"setupFiles": ["./tests/jestsetup.js"],
"snapshotSerializers": ["enzyme-to-json/serializer"]
"setupFiles": [
"./tests/jestsetup.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"author": "Jan Hein Hoogstad",
"homepage": "https://offcourse.io",
"license": "MIT",
"repository": "https://gitlab.com/offcourse/ui-components",
"keywords": ["react-component", "offcourse", "UI"]
"keywords": [
"react-component",
"offcourse",
"UI"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment