This commit is contained in:
Wallace Breza 2016-07-22 08:47:21 -07:00 коммит произвёл GitHub
Родитель 6030e62d18
Коммит 663362bde5
2 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -1,12 +1,12 @@
language: node_js
node_js:
- '4.4'
install:
- npm install
- npm run init
before_install:
- npm run contrib
script:
- npm test
deploy:
skip_cleanup: true
provider: npm
email: nugetpowerbi@microsoft.com
api_key:

Просмотреть файл

@ -5,9 +5,8 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"typings": "typings install",
"build": "tsc",
"init": "npm run typings && npm run build",
"precontrib": "npm install -g typings typescript && npm install",
"contrib": "typings install && tsc",
"test": "mocha --recursive"
},
"repository": {