Skip to content

Commit

Permalink
Merge pull request #13 from reactjs/untrack-build-files
Browse files Browse the repository at this point in the history
Remove build files from git tracking
  • Loading branch information
acdlite committed Apr 10, 2017
2 parents 739c7b8 + 6f8d64e commit 86e7ed2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 756 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
prop-types.js
prop-types.min.js
Empty file added .npmignore
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"test": "jest",
"umd": "NODE_ENV=development browserify index.js -t envify --standalone PropTypes -o prop-types.js",
"umd-min": "NODE_ENV=production browserify index.js -t envify --standalone PropTypes -o | uglifyjs --compress unused,dead_code -o prop-types.min.js",
"build": "yarn umd && yarn umd-min"
"build": "yarn umd && yarn umd-min",
"prepublish": "yarn build"
},
"devDependencies": {
"babel-jest": "^19.0.0",
Expand Down

0 comments on commit 86e7ed2

Please sign in to comment.