Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
language: node_js
node_js:
- '8'
- '7'
before_script:
- npm install -g gulp
script:
- npm run buildfast
cache:
directories:
- node_modules
- common/node_modules
- npm run build
2 changes: 0 additions & 2 deletions apps/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "ssr-tests",
"version": "1.0.2",
"description": "Reusable React components for building experiences for Office 365.",
"main": "lib/index.js",
"private": true,
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/office-ui-fabric-react"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Updating minified bundle to exclude debug warnings.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
97 changes: 58 additions & 39 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading