Skip to content

Commit

Permalink
Merge pull request #3 from Microsoft/nickpape/dont-publish-shrinkwrap
Browse files Browse the repository at this point in the history
Dont publish the shrinkwrap
  • Loading branch information
nickpape-msft authored Aug 30, 2016
2 parents ace185c + 7056671 commit b3845c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
gulpfile.js
lib/**/*.test.js
lib/**/*.test.d.ts
npm-shrinkwrap.json
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@microsoft/gulp-core-build-webpack",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"gulp": "~3.9.1",
"@microsoft/gulp-core-build": "~0.9.0",
"@microsoft/gulp-core-build": "~0.9.1",
"gulp-util": "~3.0.7",
"webpack": "~1.13.0"
},
"devDependencies": {
"@microsoft/node-library-build": "~0.3.0"
"@microsoft/node-library-build": "~0.3.1"
}
}

0 comments on commit b3845c0

Please sign in to comment.