Skip to content

Commit

Permalink
removing build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jan 4, 2018
1 parent 3ccf558 commit 843901d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
16 changes: 0 additions & 16 deletions build.js

This file was deleted.

29 changes: 2 additions & 27 deletions package.json
Expand Up @@ -4,9 +4,8 @@
"description": "This module provides a dependency injection container. Modules may define a key and specify a default value (which can be static, cached lazy, or dynamic lazy), but other code can set and reset the value as needed. There is also an event system, for alerting on value changes, both specific to a key and for any key.",
"main": "can-globals.js",
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
Expand All @@ -15,7 +14,6 @@
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"document": "bit-docs",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"repository": {
Expand Down Expand Up @@ -45,35 +43,12 @@
"can-symbol": "^1.0.0"
},
"devDependencies": {
"bit-docs": "0.0.7",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.5",
"qunitjs": "^2.4.0",
"steal": "^1.5.6",
"steal-qunit": "^1.0.1",
"steal-tools": "^1.7.0",
"testee": "^0.7.0"
},
"bit-docs": {
"dependencies": {
"bit-docs-glob-finder": "^0.0.5",
"bit-docs-dev": "^0.0.3",
"bit-docs-js": "^0.0.3",
"bit-docs-generate-readme": "^0.0.8"
},
"glob": {
"pattern": "**/*.{js,md}",
"ignore": [
"node_modules/**/*",
"**/*{-,_,}{test,qunit}{s,}.js",
"build.js",
"demo.js",
"test-wrapper.js"
]
},
"readme": {
"apis": "./doc/apis.json"
},
"parent": "can-globals"
}
}

0 comments on commit 843901d

Please sign in to comment.